diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-01-06 06:58:39 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-06 13:34:03 +0100 |
commit | 9e9197370dafa7ebc7191d835f0403b13855ca35 (patch) | |
tree | 12ee8683d3f7e8f5231e71e7c1f02742ac6d90f3 | |
parent | 6c65da50bd4589b6b627d4842b8e6705a0ccaab5 (diff) | |
download | linux-9e9197370dafa7ebc7191d835f0403b13855ca35.tar.gz linux-9e9197370dafa7ebc7191d835f0403b13855ca35.tar.bz2 linux-9e9197370dafa7ebc7191d835f0403b13855ca35.zip |
x86: remove duplicated #include's
Removed duplicated #include's in:
arch/x86/kernel/mpparse.c
arch/x86/kernel/nmi.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/mpparse.c | 1 | ||||
-rw-r--r-- | arch/x86/kernel/nmi.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index e6a9724fefc1..fc971973f037 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -17,7 +17,6 @@ #include <linux/acpi.h> #include <linux/module.h> #include <linux/smp.h> -#include <linux/acpi.h> #include <asm/mtrr.h> #include <asm/mpspec.h> diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index 45a09ccdc214..7228979f1e7f 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c @@ -26,7 +26,6 @@ #include <linux/kernel_stat.h> #include <linux/kdebug.h> #include <linux/smp.h> -#include <linux/nmi.h> #include <asm/i8259.h> #include <asm/io_apic.h> |