diff options
author | Zhang Yanfei <zhangyanfei@cn.fujitsu.com> | 2013-05-14 04:50:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-05-28 05:47:23 -0400 |
commit | 592a9b8cc813f1e775a7f817985f0722e50e555d (patch) | |
tree | 2ef6b72818ec7dbb21ca112d875acb1055639350 /arch/x86/boot | |
parent | 1e3b308181c435675d21e37a683d51519ba37dc5 (diff) |
x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h>
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>
Link: http://lkml.kernel.org/r/5191FAE2.4020403@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | 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 16f24e6dad79..06e71c2c16bf 100644 --- a/arch/x86/boot/compressed/head_64.S +++ b/arch/x86/boot/compressed/head_64.S | |||
@@ -27,8 +27,6 @@ | |||
27 | #include <linux/init.h> | 27 | #include <linux/init.h> |
28 | #include <linux/linkage.h> | 28 | #include <linux/linkage.h> |
29 | #include <asm/segment.h> | 29 | #include <asm/segment.h> |
30 | #include <asm/pgtable_types.h> | ||
31 | #include <asm/page_types.h> | ||
32 | #include <asm/boot.h> | 30 | #include <asm/boot.h> |
33 | #include <asm/msr.h> | 31 | #include <asm/msr.h> |
34 | #include <asm/processor-flags.h> | 32 | #include <asm/processor-flags.h> |