From: Florian Westphal Date: Tue, 14 Jul 2015 15:51:10 +0000 (+0200) Subject: netfilter: xtables: remove __pure annotation X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~228^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7941dee9c41d6ab5a8be06ec44aa579a6123e1;p=pandora-kernel.git netfilter: xtables: remove __pure annotation sparse complains: ip_tables.c:361:27: warning: incorrect type in assignment (different modifiers) ip_tables.c:361:27: expected struct ipt_entry *[assigned] e ip_tables.c:361:27: got struct ipt_entry [pure] * doesn't change generated code. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed