Forward to Shawn,

Thanks,



> -----Original Message-----
> From: Xiubo Li [mailto:[email protected]]
> Sent: Wednesday, March 26, 2014 10:22 AM
> To: [email protected]; [email protected]; [email protected];
> [email protected]
> Cc: [email protected]; Xiubo Li-B47053
> Subject: [PATCHv2 1/2] watchdog: imx2_wdt: Sort the header files
> alphabetically
> 
> Signed-off-by: Xiubo Li <[email protected]>
> Cc: Guenter Roeck <[email protected]>
> ---
>  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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to