[PATCH] sym53c500_cs: remove bogus call fo free_dma()
[sfrench/cifs-2.6.git] / net / sysctl_net.c
index 55538f6b60ffc56648687f9f72fd7d0ebafe6af3..cd4eafbab1b8e265b70657033cc9a1047a16bce2 100644 (file)
@@ -12,7 +12,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/sysctl.h>
 
@@ -37,14 +36,6 @@ struct ctl_table net_table[] = {
                .mode           = 0555,
                .child          = core_table,
        },
-#ifdef CONFIG_NET
-       {
-               .ctl_name       = NET_ETHER,
-               .procname       = "ethernet",
-               .mode           = 0555,
-               .child          = ether_table,
-       },
-#endif
 #ifdef CONFIG_INET
        {
                .ctl_name       = NET_IPV4,