]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sysctl_net.c
virtio: fix scatterlist sizing in net driver.
[linux-2.6-omap-h63xx.git] / net / sysctl_net.c
index a4f0ed8d0e791ba3a63df38c7676f2c8446461a1..665e856675a4e449268789a295a40e119ee876b9 100644 (file)
 #include <linux/if_tr.h>
 #endif
 
-struct ctl_table net_table[] = {
-#ifdef CONFIG_TR
-       {
-               .ctl_name       = NET_TR,
-               .procname       = "token-ring",
-               .mode           = 0555,
-               .child          = tr_table,
-       },
-#endif
-       { 0 },
-};
-
 static struct list_head *
 net_ctl_header_lookup(struct ctl_table_root *root, struct nsproxy *namespaces)
 {