From: Chris Friesen Date: Thu, 21 Jul 2011 10:07:10 +0000 (+0200) Subject: netfilter: ipset: fix compiler warnings "'hash_ip4_data_next' declared inline after... X-Git-Tag: v3.1-rc1~316^2~70^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f598f0b4c3b2259366cfa8adc01bd8e714c82d0;p=pandora-kernel.git netfilter: ipset: fix compiler warnings "'hash_ip4_data_next' declared inline after being called" Some gcc versions warn about prototypes without "inline" when the declaration includes the "inline" keyword. The fix generates a false error message "marked inline, but without a definition" with sparse below 0.4.2. Signed-off-by: Chris Friesen Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed