* [PATCH net-next] ipv4: remove unused macro.
@ 2013-04-27 13:39 Rami Rosen
2013-04-29 18:23 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2013-04-27 13:39 UTC (permalink / raw)
To: davem; +Cc: netdev, Rami Rosen
This patch removes the IP_ADD_STATS macro from include/net/ip.h as
it is unused.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
include/net/ip.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/ip.h b/include/net/ip.h
index a68f838..a17ca36 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -174,7 +174,6 @@ struct ipv4_config {
extern struct ipv4_config ipv4_config;
#define IP_INC_STATS(net, field) SNMP_INC_STATS64((net)->mib.ip_statistics, field)
#define IP_INC_STATS_BH(net, field) SNMP_INC_STATS64_BH((net)->mib.ip_statistics, field)
-#define IP_ADD_STATS(net, field, val) SNMP_ADD_STATS64((net)->mib.ip_statistics, field, val)
#define IP_ADD_STATS_BH(net, field, val) SNMP_ADD_STATS64_BH((net)->mib.ip_statistics, field, val)
#define IP_UPD_PO_STATS(net, field, val) SNMP_UPD_PO_STATS64((net)->mib.ip_statistics, field, val)
#define IP_UPD_PO_STATS_BH(net, field, val) SNMP_UPD_PO_STATS64_BH((net)->mib.ip_statistics, field, val)
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-29 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 13:39 [PATCH net-next] ipv4: remove unused macro Rami Rosen
2013-04-29 18:23 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).