summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode
diff options
context:
space:
mode:
authorLaura Abbott2017-05-09 00:58:11 +0200
committerLinus Torvalds2017-05-09 02:15:13 +0200
commitd11636511ed97ceda66a08ecff99f100e1107b76 (patch)
tree1e5a336148750f2f9d8994c25ce8ab1d8e9bf246 /arch/x86/realmode
parents390: use set_memory.h header (diff)
downloadkernel-qcow2-linux-d11636511ed97ceda66a08ecff99f100e1107b76.tar.gz
kernel-qcow2-linux-d11636511ed97ceda66a08ecff99f100e1107b76.tar.xz
kernel-qcow2-linux-d11636511ed97ceda66a08ecff99f100e1107b76.zip
x86: use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Link: http://lkml.kernel.org/r/1488920133-27229-6-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/realmode')
-rw-r--r--arch/x86/realmode/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/realmode/init.c b/arch/x86/realmode/init.c
index 5db706f14111..a163a90af4aa 100644
--- a/arch/x86/realmode/init.c
+++ b/arch/x86/realmode/init.c
@@ -2,7 +2,7 @@
#include <linux/slab.h>
#include <linux/memblock.h>
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
#include <asm/pgtable.h>
#include <asm/realmode.h>
#include <asm/tlbflush.h>