Commit-ID: fc5014cc552811ade1edce59d0c3f1baa069ffa0 Gitweb: https://git.kernel.org/tip/fc5014cc552811ade1edce59d0c3f1baa069ffa0 Author: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx> AuthorDate: Mon, 28 Jan 2019 21:48:47 +0530 Committer: Borislav Petkov <bp@xxxxxxx> CommitDate: Mon, 28 Jan 2019 18:32:34 +0100 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@xxxxxxxxx> Signed-off-by: Borislav Petkov <bp@xxxxxxx> Cc: David Woodhouse <dwmw@xxxxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: jrdr.linux@xxxxxxxxx Cc: sabyasachi.linux@xxxxxxxxx Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lkml.kernel.org/r/20190128161847.GA2318@hp-pavilion-15-notebook-pc-brajeswar --- arch/x86/include/asm/asm-prototypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/asm-prototypes.h b/arch/x86/include/asm/asm-prototypes.h index 1908214b9125..ce92c4acc913 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>