Mark snmp4_icmp_list[] as being unused to avoid the warning it would otherwise incur.
Signed-off-by: David Howells <[EMAIL PROTECTED]> --- net/ipv4/proc.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c index fd16cb8..1c0854d 100644 --- a/net/ipv4/proc.c +++ b/net/ipv4/proc.c @@ -121,7 +121,8 @@ static const struct snmp_mib snmp4_ipextstats_list[] = { SNMP_MIB_SENTINEL }; -static const struct snmp_mib snmp4_icmp_list[] = { +static __attribute__((unused)) +const struct snmp_mib snmp4_icmp_list[] = { SNMP_MIB_ITEM("InMsgs", ICMP_MIB_INMSGS), SNMP_MIB_ITEM("InErrors", ICMP_MIB_INERRORS), SNMP_MIB_ITEM("OutMsgs", ICMP_MIB_OUTMSGS), - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html