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-next>] [day] [month] [year] [list]
Date:	Thu, 24 Mar 2011 17:15:50 +0100
From:	Wolfgang Grandegger <wg@...ndegger.com>
To:	Huang Weiyi <weiyi.huang@...il.com>
CC:	davem@...emloft.net, socketcan-core@...ts.berlios.de,
	Netdev@...r.kernel.org
Subject: Re: [PATCH 4/4] can: c_can: remove duplicated #include

On 03/18/2011 03:07 PM, Huang Weiyi wrote:
> Remove duplicated #include('s) in
>   drivers/net/can/c_can/c_can.c
>   drivers/net/can/c_can/c_can_platform.c
> 
> Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
> ---
>  drivers/net/can/c_can/c_can.c          |    1 -
>  drivers/net/can/c_can/c_can_platform.c |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/can/c_can/c_can.c b/drivers/net/can/c_can/c_can.c
> index 1405078..b343bcb 100644
> --- a/drivers/net/can/c_can/c_can.c
> +++ b/drivers/net/can/c_can/c_can.c
> @@ -34,7 +34,6 @@
>  #include <linux/if_arp.h>
>  #include <linux/if_ether.h>
>  #include <linux/list.h>
> -#include <linux/delay.h>
>  #include <linux/io.h>
>  
>  #include <linux/can.h>
> diff --git a/drivers/net/can/c_can/c_can_platform.c b/drivers/net/can/c_can/c_can_platform.c
> index e629b96..61c41ba 100644
> --- a/drivers/net/can/c_can/c_can_platform.c
> +++ b/drivers/net/can/c_can/c_can_platform.c
> @@ -28,7 +28,6 @@
>  #include <linux/if_arp.h>
>  #include <linux/if_ether.h>
>  #include <linux/list.h>
> -#include <linux/delay.h>
>  #include <linux/io.h>
>  #include <linux/platform_device.h>
>  #include <linux/clk.h>

Acked-by: Wolfgang Grandegger <wg@...ndegger.com>

I added a CC to the netdev mailing list. Hope that's sufficient to get
the patch accepted.

Thanks,

Wolfgang.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ