Re: x86: remove duplicated #include's

From: Jaswinder Singh Rajput
Date: Tue Jan 06 2009 - 00:44:36 EST


On Tue, Jan 6, 2009 at 4:28 AM, Huang Weiyi <weiyi.huang@xxxxxxxxx> wrote:
> Removed duplicated #include's in
> arch/x86/kernel/mpparse.c
> arch/x86/kernel/nmi.c
>
> Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx>
>
> diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
> index c5c5b8d..76ee713 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 45a09cc..7228979 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>
>

Thanks Huang Weiyi.
--
JSR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/