Commit-ID: fc5014cc552811ade1edce59d0c3f1baa069ffa0 Gitweb: https://git.kernel.org/tip/fc5014cc552811ade1edce59d0c3f1baa069ffa0 Author: Brajeswar Ghosh <brajeswar.li...@gmail.com> AuthorDate: Mon, 28 Jan 2019 21:48:47 +0530 Committer: Borislav Petkov <b...@suse.de> 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.li...@gmail.com> Signed-off-by: Borislav Petkov <b...@suse.de> Cc: David Woodhouse <d...@amazon.co.uk> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: Ingo Molnar <mi...@redhat.com> Cc: jrdr.li...@gmail.com Cc: sabyasachi.li...@gmail.com Cc: Thomas Gleixner <t...@linutronix.de> 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>