diff options
author | David S. Miller <davem@davemloft.net> | 2014-03-18 23:12:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-18 23:12:02 -0400 |
commit | 3ab428a4c5ad929f93f9742d2a222ae33c242c3d (patch) | |
tree | db556f02bb99c88ca2ba5d0425eb918643a51524 | |
parent | 8cfad496c4257441710735ccef622f3829870164 (diff) | |
download | linux-3ab428a4c5ad929f93f9742d2a222ae33c242c3d.tar.bz2 |
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>
-rw-r--r-- | net/netfilter/nft_hash.c | 1 |
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> |