X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fipv4%2Fip_input.c;h=861978a4f1a8b2f92a79baf34318beb808589a64;hb=0365f707c99bf940a51c2a3ffc19f3ade2f700d4;hp=043f640df4b7c23cd6ac3adaf0544d3778d33e82;hpb=7c73a6faffae0bfae70639113aecf06af666e714;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index 043f640..861978a 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c @@ -8,7 +8,7 @@ * Authors: Ross Biro * Fred N. van Kempen, * Donald Becker, - * Alan Cox, + * Alan Cox, * Richard Underwood * Stefan Becker, * Jorge Cwik, @@ -145,12 +145,6 @@ #include /* - * SNMP management statistics - */ - -DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics) __read_mostly; - -/* * Process Router Attention IP option */ int ip_call_ra_chain(struct sk_buff *skb) @@ -447,5 +441,3 @@ drop: out: return NET_RX_DROP; } - -EXPORT_SYMBOL(ip_statistics);