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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 Feb 2011 11:52:26 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Jesper Juhl <jj@...osbits.net>
Cc:	linux-kernel@...r.kernel.org,
	Sascha Hauer <s.hauer@...gutronix.de>,
	dmitry pervushin <dimka@...eddedalley.com>
Subject: Re: [PATCH][trivial] Freescale STMP37XX/STMP378X Application UART
 driver: remove duplicate linux/device.h include

On Mon, 14 Feb 2011, Jesper Juhl wrote:

> Do not include linux/device.h twice in drivers/tty/serial/mxs-auart.c .
> Once is enough.
> 
> Signed-off-by: Jesper Juhl <jj@...osbits.net>
> ---
>  mxs-auart.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c
> index 6d01ac9..7e02c9c 100644
> --- a/drivers/tty/serial/mxs-auart.c
> +++ b/drivers/tty/serial/mxs-auart.c
> @@ -15,7 +15,6 @@
>   */
>  
>  #include <linux/kernel.h>
> -#include <linux/device.h>
>  #include <linux/errno.h>
>  #include <linux/init.h>
>  #include <linux/console.h>

I don't see this file in Linus' tree as of now, so I guess this is -next 
stuff. Though I will not be applying it, and will let Sascha/Dmitry to 
take care of it.

Thanks,

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--
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