]> err.no Git - linux-2.6/blobdiff - net/sysctl_net.c
the scheduled ieee80211 softmac removal
[linux-2.6] / net / sysctl_net.c
index 747fc55b28f1bbea7b2632fa85e216eb5cb6b8ef..665e856675a4e449268789a295a40e119ee876b9 100644 (file)
 #include <linux/if_tr.h>
 #endif
 
-struct ctl_table net_table[] = {
-#ifdef CONFIG_INET
-       {
-               .ctl_name       = NET_IPV4,
-               .procname       = "ipv4",
-               .mode           = 0555,
-               .child          = ipv4_table
-       },
-#endif
-#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)
 {