diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-18 04:03:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 04:03:45 -0700 |
commit | 386019d3514b3ed9de8d0b05b67e638a7048375b (patch) | |
tree | 6447cb5bfe73788abab98f4835b95af258bfeeff /net/ipv4/udplite.c | |
parent | 2f275f91a438abd8eec5321798d66a4ffe6869fa (diff) | |
download | linux-3.10-386019d3514b3ed9de8d0b05b67e638a7048375b.tar.gz linux-3.10-386019d3514b3ed9de8d0b05b67e638a7048375b.tar.bz2 linux-3.10-386019d3514b3ed9de8d0b05b67e638a7048375b.zip |
mib: put udplite statistics on struct net
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udplite.c')
-rw-r--r-- | net/ipv4/udplite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/udplite.c b/net/ipv4/udplite.c index 4ad16b6d513..3c807964da9 100644 --- a/net/ipv4/udplite.c +++ b/net/ipv4/udplite.c @@ -11,7 +11,6 @@ * 2 of the License, or (at your option) any later version. */ #include "udp_impl.h" -DEFINE_SNMP_STAT(struct udp_mib, udplite_statistics) __read_mostly; struct hlist_head udplite_hash[UDP_HTABLE_SIZE]; |