[PATCH] include/asm-prototypes: Remove duplicate header

From: Brajeswar Ghosh
Date: Mon Jan 28 2019 - 11:52:23 EST


Remove asm/page.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx>
---
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>
--
2.17.1