summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2018-03-08 11:31:02 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2018-03-08 15:58:17 +1100
commitbf9c3591b856d7e02b42d299d36991b29dc5300e (patch)
tree3e82965d211847a5e11d955cea5c0c9b186f0f13
parentedee76967e62ae852b14758f2ec56a620706a1c0 (diff)
downloadlinux-next-bf9c3591b856d7e02b42d299d36991b29dc5300e.tar.gz
headers-untangle-kmemleakh-from-mmh-fix
security/keys/big_key.c needs vmalloc.h, per sfr Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--security/keys/big_key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/keys/big_key.c b/security/keys/big_key.c
index fa728f662a6f..933623784ccd 100644
--- a/security/keys/big_key.c
+++ b/security/keys/big_key.c
@@ -18,6 +18,7 @@
#include <linux/err.h>
#include <linux/scatterlist.h>
#include <linux/random.h>
+#include <linux/vmalloc.h>
#include <keys/user-type.h>
#include <keys/big_key-type.h>
#include <crypto/aead.h>