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>] [day] [month] [year] [list]
Date:	Fri, 28 Mar 2014 04:15:49 +0000
From:	"Li.Xiubo@...escale.com" <Li.Xiubo@...escale.com>
To:	"wim@...ana.be" <wim@...ana.be>,
	"linux-watchdog@...r.kernel.org" <linux-watchdog@...r.kernel.org>,
	Guenter Roeck <linux@...ck-us.net>,
	"shawn.guo@...aro.org" <shawn.guo@...aro.org>,
	Shawn Guo <Shawn.Guo@...escale.com>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"Li.Xiubo@...escale.com" <Li.Xiubo@...escale.com>
Subject: FW: [PATCHv2 1/2] watchdog: imx2_wdt: Sort the header files
 alphabetically

Forward to Shawn,

Thanks,



> -----Original Message-----
> From: Xiubo Li [mailto:Li.Xiubo@...escale.com]
> Sent: Wednesday, March 26, 2014 10:22 AM
> To: wim@...ana.be; w.sang@...gutronix.de; linux-watchdog@...r.kernel.org;
> linux@...ck-us.net
> Cc: linux-kernel@...r.kernel.org; Xiubo Li-B47053
> Subject: [PATCHv2 1/2] watchdog: imx2_wdt: Sort the header files
> alphabetically
> 
> Signed-off-by: Xiubo Li <Li.Xiubo@...escale.com>
> Cc: Guenter Roeck <linux@...ck-us.net>
> ---
>  drivers/watchdog/imx2_wdt.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c
> index dd51d95..1795922 100644
> --- a/drivers/watchdog/imx2_wdt.c
> +++ b/drivers/watchdog/imx2_wdt.c
> @@ -21,19 +21,19 @@
>   * Halt on suspend:	Manual		Can be automatic
>   */
> 
> +#include <linux/clk.h>
> +#include <linux/fs.h>
>  #include <linux/init.h>
> +#include <linux/io.h>
> +#include <linux/jiffies.h>
>  #include <linux/kernel.h>
>  #include <linux/miscdevice.h>
>  #include <linux/module.h>
>  #include <linux/moduleparam.h>
>  #include <linux/platform_device.h>
> -#include <linux/watchdog.h>
> -#include <linux/clk.h>
> -#include <linux/fs.h>
> -#include <linux/io.h>
> -#include <linux/uaccess.h>
>  #include <linux/timer.h>
> -#include <linux/jiffies.h>
> +#include <linux/uaccess.h>
> +#include <linux/watchdog.h>
> 
>  #define DRIVER_NAME "imx2-wdt"
> 
> --
> 1.8.4
> 

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