[PATCH] x86/boot: remove unneeded include <asm/page_types.h>

From: Alexander Kuleshov
Date: Sun Feb 01 2015 - 13:29:15 EST


arch/x86/boot/compressed/head_32.S no needs to include
<asm/page_types.h>, So remove it.

Signed-off-by: Alexander Kuleshov <kuleshovmail@xxxxxxxxx>
---
arch/x86/boot/compressed/head_32.S | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/boot/compressed/head_32.S b/arch/x86/boot/compressed/head_32.S
index 1d7fbbc..198cf09 100644
--- a/arch/x86/boot/compressed/head_32.S
+++ b/arch/x86/boot/compressed/head_32.S
@@ -26,7 +26,6 @@
#include <linux/init.h>
#include <linux/linkage.h>
#include <asm/segment.h>
-#include <asm/page_types.h>
#include <asm/boot.h>
#include <asm/asm-offsets.h>

--
2.3.0-rc1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/