projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a57d4c
)
ipv6: ICMP6MSGIN_INC_STATS is not used
author
Denis V. Lunev
<den@openvz.org>
Wed, 8 Oct 2008 17:34:35 +0000
(10:34 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Oct 2008 18:15:26 +0000
(11:15 -0700)
Removed.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
patch
|
blob
|
history
diff --git
a/include/net/ipv6.h
b/include/net/ipv6.h
index 4736d8f1f2866e237c4d61e26f989433ee08ec38..01da23c061e3673facb49aa2fe8b20aa73a93320 100644
(file)
--- a/
include/net/ipv6.h
+++ b/
include/net/ipv6.h
@@
-148,8
+148,6
@@
DECLARE_SNMP_STAT(struct icmpv6msg_mib, icmpv6msg_statistics);
_DEVINC(icmpv6msg, , idev, field +256); })
#define ICMP6MSGOUT_INC_STATS_BH(net, idev, field) ({ (void)(net); \
_DEVINC(icmpv6msg, _BH, idev, field +256); })
-#define ICMP6MSGIN_INC_STATS(idev, field) \
- _DEVINC(icmpv6msg, , idev, field)
#define ICMP6MSGIN_INC_STATS_BH(idev, field) \
_DEVINC(icmpv6msg, _BH, idev, field)