All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86, 64bit: Drop unneeded include <asm/{pgtable, page}_types.h>
@ 2013-05-14  8:50 Zhang Yanfei
  2013-05-28 13:36 ` [tip:x86/mm] x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h> tip-bot for Zhang Yanfei
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Yanfei @ 2013-05-14  8:50 UTC (permalink / raw)
  To: H. Peter Anvin, Ingo Molnar, Thomas Gleixner; +Cc: linux-kernel@vger.kernel.org

arch/x86/boot/compressed/head_64.S includes <asm/pgtable_types.h>
and <asm/page_types.h> but it doesn't look like it needs them.
So remove them.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
---
 arch/x86/boot/compressed/head_64.S |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S
index 16f24e6..06e71c2 100644
--- a/arch/x86/boot/compressed/head_64.S
+++ b/arch/x86/boot/compressed/head_64.S
@@ -27,8 +27,6 @@
 #include <linux/init.h>
 #include <linux/linkage.h>
 #include <asm/segment.h>
-#include <asm/pgtable_types.h>
-#include <asm/page_types.h>
 #include <asm/boot.h>
 #include <asm/msr.h>
 #include <asm/processor-flags.h>
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-28 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14  8:50 [PATCH] x86, 64bit: Drop unneeded include <asm/{pgtable, page}_types.h> Zhang Yanfei
2013-05-28 13:36 ` [tip:x86/mm] x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h> tip-bot for Zhang Yanfei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.