diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-02-09 18:01:42 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-10 02:32:50 +0100 |
commit | bd76ed36bac50b5402fd09c3fc2f368ef324ffe2 (patch) | |
tree | 4ac6cea9fdf8ba7b4224b2ef2a558e2d6a4cf278 /net/sunrpc | |
parent | net: Move prototype declaration to header file include/net/net_namespace.h fr... (diff) | |
download | linux-bd76ed36bac50b5402fd09c3fc2f368ef324ffe2.tar.xz linux-bd76ed36bac50b5402fd09c3fc2f368ef324ffe2.zip |
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc')
0 files changed, 0 insertions, 0 deletions