diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2018-03-12 12:46:22 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-03-13 17:27:46 +1100 |
commit | f8fa59595f320838740663a3531e6ce667e3fb38 (patch) | |
tree | f46c5be7c4e7125cce80dd2380d48c2f772c752c | |
parent | 2cbcbefcf75b7d142eb271a855369ca615c4a165 (diff) |
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> |