]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sysctl_net.c
blackfin: types: use <asm-generic/int-*.h> for the blackfin architecture
[linux-2.6-omap-h63xx.git] / net / sysctl_net.c
index c50c793aa7f00fa4eeb7184de2b75de323331b84..665e856675a4e449268789a295a40e119ee876b9 100644 (file)
 #include <linux/if_tr.h>
 #endif
 
-struct ctl_table net_table[] = {
-       {
-               .ctl_name       = NET_CORE,
-               .procname       = "core",
-               .mode           = 0555,
-               .child          = core_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)
 {