diff options
author | Feng Tang <feng.tang@intel.com> | 2009-09-14 01:01:53 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-09-15 15:08:40 -0400 |
commit | 3834f47291df475be3f0f0fb7ccaa098967cc054 (patch) | |
tree | b64a31381b17f04339f66bbf612885231e9c768f /arch/x86/kernel/sfi.c | |
parent | 8079ce34f2c3f5bfedcea8d4fb7290ce46ac5b56 (diff) |
SFI: remove unneeded includes
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86/kernel/sfi.c')
-rw-r--r-- | arch/x86/kernel/sfi.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/sfi.c b/arch/x86/kernel/sfi.c index b294b7a0d4b9..34e099382651 100644 --- a/arch/x86/kernel/sfi.c +++ b/arch/x86/kernel/sfi.c | |||
@@ -21,22 +21,15 @@ | |||
21 | #define KMSG_COMPONENT "SFI" | 21 | #define KMSG_COMPONENT "SFI" |
22 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt | 22 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
23 | 23 | ||
24 | #include <linux/bootmem.h> | ||
25 | #include <linux/cpumask.h> | ||
26 | #include <linux/module.h> | ||
27 | #include <linux/acpi.h> | 24 | #include <linux/acpi.h> |
28 | #include <linux/init.h> | 25 | #include <linux/init.h> |
29 | #include <linux/efi.h> | ||
30 | #include <linux/irq.h> | ||
31 | #include <linux/sfi.h> | 26 | #include <linux/sfi.h> |
32 | #include <linux/io.h> | 27 | #include <linux/io.h> |
33 | 28 | ||
34 | #include <asm/io_apic.h> | 29 | #include <asm/io_apic.h> |
35 | #include <asm/pgtable.h> | ||
36 | #include <asm/mpspec.h> | 30 | #include <asm/mpspec.h> |
37 | #include <asm/setup.h> | 31 | #include <asm/setup.h> |
38 | #include <asm/apic.h> | 32 | #include <asm/apic.h> |
39 | #include <asm/e820.h> | ||
40 | 33 | ||
41 | #ifdef CONFIG_X86_LOCAL_APIC | 34 | #ifdef CONFIG_X86_LOCAL_APIC |
42 | static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE; | 35 | static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE; |