From: Rashika Kheria Date: Sun, 9 Feb 2014 17:01:42 +0000 (+0530) Subject: net: Include appropriate header file in netfilter/nft_lookup.c X-Git-Tag: v3.14-rc3~36^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd76ed36bac50b5402fd09c3fc2f368ef324ffe2;p=pandora-kernel.git net: Include appropriate header file in netfilter/nft_lookup.c Include appropriate header file net/netfilter/nf_tables_core.h in net/netfilter/nft_lookup.c because it has prototype declaration of functions defined in net/netfilter/nft_lookup.c. This eliminates the following warning in net/netfilter/nft_lookup.c: net/netfilter/nft_lookup.c:133:12: warning: no previous prototype for ‘nft_lookup_module_init’ [-Wmissing-prototypes] net/netfilter/nft_lookup.c:138:6: warning: no previous prototype for ‘nft_lookup_module_exit’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed