Skip to content

Commit

Permalink
SFI: remove unneeded includes
Browse files Browse the repository at this point in the history
Signed-off-by: Feng Tang <[email protected]>
Signed-off-by: Len Brown <[email protected]>
  • Loading branch information
ftang1 authored and lenb committed Sep 15, 2009
1 parent 8079ce3 commit 3834f47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions arch/x86/kernel/sfi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 0 additions & 5 deletions drivers/sfi/sfi_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,11 @@
#include <linux/bootmem.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/acpi.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/sfi.h>
#include <linux/smp.h>

#include <asm/pgtable.h>

#include "sfi_core.h"

Expand Down

0 comments on commit 3834f47

Please sign in to comment.