diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-01 18:02:27 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-01 18:02:27 -0400 |
| commit | ceeec3dc375e3b0618f16b34efc56fe093918f8b (patch) | |
| tree | 2293d02721ee05131aaf1c60e4fba7e281585eec /kernel/sysctl.c | |
| parent | fbff868db3a4cc6a89d51da9a6d49b26c29d04fb (diff) | |
| parent | e3ee3b78f83688a0ae4315e8be71b2eac559904a (diff) | |
/spare/repo/netdev-2.6 branch 'ieee80211'
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 3e0bbee549ea..8e56e2495542 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | #include <linux/smp_lock.h> | 31 | #include <linux/smp_lock.h> |
| 32 | #include <linux/init.h> | 32 | #include <linux/init.h> |
| 33 | #include <linux/kernel.h> | 33 | #include <linux/kernel.h> |
| 34 | #include <linux/net.h> | ||
| 34 | #include <linux/sysrq.h> | 35 | #include <linux/sysrq.h> |
| 35 | #include <linux/highuid.h> | 36 | #include <linux/highuid.h> |
| 36 | #include <linux/writeback.h> | 37 | #include <linux/writeback.h> |
| @@ -136,9 +137,6 @@ static struct ctl_table_header root_table_header = | |||
| 136 | 137 | ||
| 137 | static ctl_table kern_table[]; | 138 | static ctl_table kern_table[]; |
| 138 | static ctl_table vm_table[]; | 139 | static ctl_table vm_table[]; |
| 139 | #ifdef CONFIG_NET | ||
| 140 | extern ctl_table net_table[]; | ||
| 141 | #endif | ||
| 142 | static ctl_table proc_table[]; | 140 | static ctl_table proc_table[]; |
| 143 | static ctl_table fs_table[]; | 141 | static ctl_table fs_table[]; |
| 144 | static ctl_table debug_table[]; | 142 | static ctl_table debug_table[]; |
