aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/sfi.c
diff options
context:
space:
mode:
authorFeng Tang <feng.tang@intel.com>2009-09-14 13:01:53 +0800
committerLen Brown <len.brown@intel.com>2009-09-15 15:08:40 -0400
commit3834f47291df475be3f0f0fb7ccaa098967cc054 (patch)
treeb64a31381b17f04339f66bbf612885231e9c768f /arch/x86/kernel/sfi.c
parentsfi: Remove unused code (diff)
downloadlinux-dev-3834f47291df475be3f0f0fb7ccaa098967cc054.tar.xz
linux-dev-3834f47291df475be3f0f0fb7ccaa098967cc054.zip
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.c7
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 @@
#define KMSG_COMPONENT "SFI"
#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
-#include <linux/bootmem.h>
-#include <linux/cpumask.h>
-#include <linux/module.h>
#include <linux/acpi.h>
#include <linux/init.h>
-#include <linux/efi.h>
-#include <linux/irq.h>
#include <linux/sfi.h>
#include <linux/io.h>
#include <asm/io_apic.h>
-#include <asm/pgtable.h>
#include <asm/mpspec.h>
#include <asm/setup.h>
#include <asm/apic.h>
-#include <asm/e820.h>
#ifdef CONFIG_X86_LOCAL_APIC
static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;