summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_hash.c
diff options
context:
space:
mode:
authorDavid S. Miller2014-03-19 04:12:02 +0100
committerDavid S. Miller2014-03-19 04:12:02 +0100
commit3ab428a4c5ad929f93f9742d2a222ae33c242c3d (patch)
treedb556f02bb99c88ca2ba5d0425eb918643a51524 /net/netfilter/nft_hash.c
parentieee802154: properly unshare skbs in ieee802154 *_rcv functions (diff)
downloadkernel-qcow2-linux-3ab428a4c5ad929f93f9742d2a222ae33c242c3d.tar.gz
kernel-qcow2-linux-3ab428a4c5ad929f93f9742d2a222ae33c242c3d.tar.xz
kernel-qcow2-linux-3ab428a4c5ad929f93f9742d2a222ae33c242c3d.zip
netfilter: Add missing vmalloc.h include to nft_hash.c
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/nft_hash.c')
-rw-r--r--net/netfilter/nft_hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nft_hash.c b/net/netfilter/nft_hash.c
index 6a1acde16c60..3b1ad876d6b0 100644
--- a/net/netfilter/nft_hash.c
+++ b/net/netfilter/nft_hash.c
@@ -14,6 +14,7 @@
#include <linux/list.h>
#include <linux/jhash.h>
#include <linux/netlink.h>
+#include <linux/vmalloc.h>
#include <linux/netfilter.h>
#include <linux/netfilter/nf_tables.h>
#include <net/netfilter/nf_tables.h>