aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-10-17 11:18:28 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2018-10-29 16:09:57 +1100
commit929823702278a26f5b1b1b33f23501280ef0d790 (patch)
treea6053c3129368c71a549c124b02f5d62ee6d9f37
parent32e5aa2808cd60556a45d157f073f3fc9b7c31bf (diff)
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.c1
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>