diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2018-03-08 11:31:02 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-03-08 15:58:17 +1100 |
commit | bf9c3591b856d7e02b42d299d36991b29dc5300e (patch) | |
tree | 3e82965d211847a5e11d955cea5c0c9b186f0f13 | |
parent | edee76967e62ae852b14758f2ec56a620706a1c0 (diff) | |
download | linux-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.c | 1 |
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> |