2015-02-01 18:29:11

by Alexander Kuleshov

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

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

Signed-off-by: Alexander Kuleshov <[email protected]>
---
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