diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-10-17 11:18:28 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-10-19 17:25:08 +1100 |
commit | f4f7d9e2a640579e4ec751f6549af10220d60162 (patch) | |
tree | 28b11e233593c2695c484bb794966c9c556ed55a | |
parent | d7e93ae977a98239a4696956844d33680a4d3048 (diff) | |
download | 96b-common-f4f7d9e2a640579e4ec751f6549af10220d60162.tar.gz |
x86/kaslr, ACPI/NUMA: fix for linux/bootmem.h removal
Link: http://lkml.kernel.org/r/20181008190341.5e396491@canb.auug.org.au
Signed-off-by: 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-- | arch/x86/mm/kaslr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/kaslr.c b/arch/x86/mm/kaslr.c index 61db77b0eda9..3f452ffed7e9 100644 --- a/arch/x86/mm/kaslr.c +++ b/arch/x86/mm/kaslr.c @@ -23,6 +23,7 @@ #include <linux/kernel.h> #include <linux/init.h> #include <linux/random.h> +#include <linux/memblock.h> #include <asm/pgalloc.h> #include <asm/pgtable.h> |