From: Stephen Rothwell Date: Wed, 11 Jan 2012 00:52:17 +0000 (+1100) Subject: netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled X-Git-Tag: v3.3-rc1~17^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412662d204eca981458156fd64d9d5f3b533d7b6;p=pandora-kernel.git netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled Fixes this warning when CONFIG_IP6_NF_IPTABLES is not enabled: net/netfilter/xt_hashlimit.c: In function ‘hashlimit_init_dst’: net/netfilter/xt_hashlimit.c:448:9: warning: unused variable ‘frag_off’ [-Wunused-variable] Signed-off-by: Stephen Rothwell Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed