summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorBrajeswar Ghosh <brajeswar.linux@gmail.com>2019-01-28 21:48:47 +0530
committerBorislav Petkov <bp@suse.de>2019-01-28 18:32:34 +0100
commitfc5014cc552811ade1edce59d0c3f1baa069ffa0 (patch)
treec3377d21963ecd08481e4cde08cf8054528b8b27 /arch/x86/include/asm
parent6fcebf1302b43e7a610d1d2fa89f41e693249aa5 (diff)
downloadlinux-0-day-fc5014cc552811ade1edce59d0c3f1baa069ffa0.tar.gz
linux-0-day-fc5014cc552811ade1edce59d0c3f1baa069ffa0.tar.xz
x86/asm-prototypes: Remove duplicate include <asm/page.h>
Remove asm/page.h which is included more than once. Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com> Signed-off-by: Borislav Petkov <bp@suse.de> Cc: David Woodhouse <dwmw@amazon.co.uk> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: jrdr.linux@gmail.com Cc: sabyasachi.linux@gmail.com Cc: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190128161847.GA2318@hp-pavilion-15-notebook-pc-brajeswar
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/asm-prototypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/asm-prototypes.h b/arch/x86/include/asm/asm-prototypes.h
index 1908214b91257..ce92c4acc9133 100644
--- a/arch/x86/include/asm/asm-prototypes.h
+++ b/arch/x86/include/asm/asm-prototypes.h
@@ -7,7 +7,6 @@
#include <asm-generic/asm-prototypes.h>
-#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/special_insns.h>
#include <asm/preempt.h>