Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Brajeswar Ghosh and committed by
Borislav Petkov
fc5014cc 6fcebf13

-1
-1
arch/x86/include/asm/asm-prototypes.h
··· 7 7 8 8 #include <asm-generic/asm-prototypes.h> 9 9 10 - #include <asm/page.h> 11 10 #include <asm/pgtable.h> 12 11 #include <asm/special_insns.h> 13 12 #include <asm/preempt.h>