diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2007-12-05 04:42:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:56:29 -0500 |
commit | 08913681e484f3f0db949dd0809012e089846216 (patch) | |
tree | 5fd37f75f1de49d21fb49bb4e51f2bd4f1dcf849 /include/linux/net.h | |
parent | 36f0bebd9865dc7e327777fca34b75e65cbfd1a6 (diff) |
[NET]: Remove the empty net_table
I have removed all the entries from this table (core_table,
ipv4_table and tr_table), so now we can safely drop it.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/net.h')
-rw-r--r-- | include/linux/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index f95f12c5840c..c414d90e647b 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
@@ -337,7 +337,6 @@ static const struct proto_ops name##_ops = { \ | |||
337 | 337 | ||
338 | #ifdef CONFIG_SYSCTL | 338 | #ifdef CONFIG_SYSCTL |
339 | #include <linux/sysctl.h> | 339 | #include <linux/sysctl.h> |
340 | extern ctl_table net_table[]; | ||
341 | extern int net_msg_cost; | 340 | extern int net_msg_cost; |
342 | extern int net_msg_burst; | 341 | extern int net_msg_burst; |
343 | #endif | 342 | #endif |