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:	Thu, 23 Jun 2011 16:01:53 -0700
From:	"Jiandong Zheng" <jdzheng@...adcom.com>
To:	"Jesper Juhl" <jj@...osbits.net>
cc:	LKML <linux-kernel@...r.kernel.org>,
	"trivial@...nel.org" <trivial@...nel.org>,
	"Scott Branden" <sbranden@...adcom.com>,
	"Russell King" <linux@....linux.org.uk>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 07/37] Remove unneeded version.h includes from
 arch/arm/

On 6/23/2011 3:08 PM, Jesper Juhl wrote:
> It was pointed out by 'make versioncheck' that some includes of
> linux/version.h are not needed in arch/arm/.
> This patch removes them.
>
> Signed-off-by: Jesper Juhl<jj@...osbits.net>
> ---
>   arch/arm/mach-bcmring/irq.c   |    1 -
>   arch/arm/mach-bcmring/timer.c |    1 -
>   2 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-bcmring/irq.c b/arch/arm/mach-bcmring/irq.c
> index c48feaf..437fa68 100644
> --- a/arch/arm/mach-bcmring/irq.c
> +++ b/arch/arm/mach-bcmring/irq.c
> @@ -20,7 +20,6 @@
>   #include<linux/stddef.h>
>   #include<linux/list.h>
>   #include<linux/timer.h>
> -#include<linux/version.h>
>   #include<linux/io.h>
>
>   #include<mach/hardware.h>
> diff --git a/arch/arm/mach-bcmring/timer.c b/arch/arm/mach-bcmring/timer.c
> index 2d415d2..af9c3d7 100644
> --- a/arch/arm/mach-bcmring/timer.c
> +++ b/arch/arm/mach-bcmring/timer.c
> @@ -12,7 +12,6 @@
>   * consent.
>   *****************************************************************************/
>
> -#include<linux/version.h>
>   #include<linux/types.h>
>   #include<linux/module.h>
>   #include<csp/tmrHw.h>

Acked-by: Jiandong Zheng <jdzheng@...adcom.com>

--
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