diff options
Diffstat (limited to 'net/ipv4/ip_input.c')
-rw-r--r-- | net/ipv4/ip_input.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index 043f640df4b7..e0bed56c51f1 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c | |||
@@ -145,12 +145,6 @@ | |||
145 | #include <linux/netlink.h> | 145 | #include <linux/netlink.h> |
146 | 146 | ||
147 | /* | 147 | /* |
148 | * SNMP management statistics | ||
149 | */ | ||
150 | |||
151 | DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics) __read_mostly; | ||
152 | |||
153 | /* | ||
154 | * Process Router Attention IP option | 148 | * Process Router Attention IP option |
155 | */ | 149 | */ |
156 | int ip_call_ra_chain(struct sk_buff *skb) | 150 | int ip_call_ra_chain(struct sk_buff *skb) |
@@ -447,5 +441,3 @@ drop: | |||
447 | out: | 441 | out: |
448 | return NET_RX_DROP; | 442 | return NET_RX_DROP; |
449 | } | 443 | } |
450 | |||
451 | EXPORT_SYMBOL(ip_statistics); | ||