ipv6: remove stale MIB definitions
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 18 Feb 2010 08:12:20 +0000 (08:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2010 22:30:16 +0000 (14:30 -0800)
ICMP6 MIB statistics was per-netns for quite a time.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/icmp.c

index 217dbc2..9a37379 100644 (file)
 #include <asm/uaccess.h>
 #include <asm/system.h>
 
-DEFINE_SNMP_STAT(struct icmpv6_mib, icmpv6_statistics) __read_mostly;
-EXPORT_SYMBOL(icmpv6_statistics);
-DEFINE_SNMP_STAT(struct icmpv6msg_mib, icmpv6msg_statistics) __read_mostly;
-EXPORT_SYMBOL(icmpv6msg_statistics);
-
 /*
  *     The ICMP socket(s). This is the most convenient way to flow control
  *     our ICMP output as well as maintain a clean interface throughout