lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 6 Jan 2009 11:14:25 +0530
From:	"Jaswinder Singh Rajput" <jaswinderlinux@...il.com>
To:	"Huang Weiyi" <weiyi.huang@...il.com>
Cc:	mingo@...e.hu, linux-kernel@...r.kernel.org
Subject: Re: x86: remove duplicated #include's

On Tue, Jan 6, 2009 at 4:28 AM, Huang Weiyi <weiyi.huang@...il.com> wrote:
> Removed duplicated #include's in
>  arch/x86/kernel/mpparse.c
>  arch/x86/kernel/nmi.c
>
> Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
>
> 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ