projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfad49
)
netfilter: Add missing vmalloc.h include to nft_hash.c
author
David S. Miller
<davem@davemloft.net>
Wed, 19 Mar 2014 03:12:02 +0000
(23:12 -0400)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Mar 2014 03:12:02 +0000
(23:12 -0400)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nft_hash.c
patch
|
blob
|
blame
|
history
diff --git
a/net/netfilter/nft_hash.c
b/net/netfilter/nft_hash.c
index 6a1acde16c607547f547cc493a2ac7a7f5feb022..3b1ad876d6b028f987ccf8e78ceb9639d767e6bf 100644
(file)
--- 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>