linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: armadillo800eva: Sort includes
@ 2014-08-11  2:38 Simon Horman
  2014-08-22  1:47 ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2014-08-11  2:38 UTC (permalink / raw)
  To: linux-arm-kernel

Sorted includes seems to be the done thing these days.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c | 40 +++++++++++++-------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index fc73246..ad27665 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -22,43 +22,43 @@
 #include <linux/clk.h>
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/kernel.h>
-#include <linux/input.h>
-#include <linux/platform_data/st1232_pdata.h>
-#include <linux/irq.h>
-#include <linux/platform_device.h>
 #include <linux/gpio.h>
 #include <linux/gpio_keys.h>
-#include <linux/regulator/driver.h>
+#include <linux/i2c-gpio.h>
+#include <linux/input.h>
+#include <linux/irq.h>
+#include <linux/kernel.h>
+#include <linux/mfd/tmio.h>
+#include <linux/mmc/host.h>
+#include <linux/mmc/sh_mmcif.h>
+#include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/pinctrl/machine.h>
+#include <linux/platform_data/st1232_pdata.h>
+#include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/pwm_backlight.h>
+#include <linux/reboot.h>
+#include <linux/regulator/driver.h>
 #include <linux/regulator/fixed.h>
 #include <linux/regulator/gpio-regulator.h>
 #include <linux/regulator/machine.h>
 #include <linux/sh_eth.h>
-#include <linux/videodev2.h>
 #include <linux/usb/renesas_usbhs.h>
-#include <linux/mfd/tmio.h>
-#include <linux/mmc/host.h>
-#include <linux/mmc/sh_mmcif.h>
-#include <linux/mmc/sh_mobile_sdhi.h>
-#include <linux/i2c-gpio.h>
-#include <linux/reboot.h>
+#include <linux/videodev2.h>
 
-#include <media/mt9t112.h>
-#include <media/sh_mobile_ceu.h>
-#include <media/soc_camera.h>
-#include <asm/page.h>
+#include <asm/hardware/cache-l2x0.h>
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/time.h>
-#include <asm/hardware/cache-l2x0.h>
-#include <video/sh_mobile_lcdc.h>
-#include <video/sh_mobile_hdmi.h>
+#include <asm/page.h>
+#include <media/mt9t112.h>
+#include <media/sh_mobile_ceu.h>
+#include <media/soc_camera.h>
 #include <sound/sh_fsi.h>
 #include <sound/simple_card.h>
+#include <video/sh_mobile_hdmi.h>
+#include <video/sh_mobile_lcdc.h>
 
 #include "common.h"
 #include "irqs.h"
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] ARM: shmobile: armadillo800eva: Sort includes
  2014-08-11  2:38 [PATCH] ARM: shmobile: armadillo800eva: Sort includes Simon Horman
@ 2014-08-22  1:47 ` Simon Horman
  2014-09-02  1:16   ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2014-08-22  1:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 11, 2014 at 11:38:59AM +0900, Simon Horman wrote:
> Sorted includes seems to be the done thing these days.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

I have queued up this patch.

> ---
>  arch/arm/mach-shmobile/board-armadillo800eva.c | 40 +++++++++++++-------------
>  1 file changed, 20 insertions(+), 20 deletions(-)
> 
> diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
> index fc73246..ad27665 100644
> --- a/arch/arm/mach-shmobile/board-armadillo800eva.c
> +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
> @@ -22,43 +22,43 @@
>  #include <linux/clk.h>
>  #include <linux/delay.h>
>  #include <linux/err.h>
> -#include <linux/kernel.h>
> -#include <linux/input.h>
> -#include <linux/platform_data/st1232_pdata.h>
> -#include <linux/irq.h>
> -#include <linux/platform_device.h>
>  #include <linux/gpio.h>
>  #include <linux/gpio_keys.h>
> -#include <linux/regulator/driver.h>
> +#include <linux/i2c-gpio.h>
> +#include <linux/input.h>
> +#include <linux/irq.h>
> +#include <linux/kernel.h>
> +#include <linux/mfd/tmio.h>
> +#include <linux/mmc/host.h>
> +#include <linux/mmc/sh_mmcif.h>
> +#include <linux/mmc/sh_mobile_sdhi.h>
>  #include <linux/pinctrl/machine.h>
> +#include <linux/platform_data/st1232_pdata.h>
> +#include <linux/platform_device.h>
>  #include <linux/pwm.h>
>  #include <linux/pwm_backlight.h>
> +#include <linux/reboot.h>
> +#include <linux/regulator/driver.h>
>  #include <linux/regulator/fixed.h>
>  #include <linux/regulator/gpio-regulator.h>
>  #include <linux/regulator/machine.h>
>  #include <linux/sh_eth.h>
> -#include <linux/videodev2.h>
>  #include <linux/usb/renesas_usbhs.h>
> -#include <linux/mfd/tmio.h>
> -#include <linux/mmc/host.h>
> -#include <linux/mmc/sh_mmcif.h>
> -#include <linux/mmc/sh_mobile_sdhi.h>
> -#include <linux/i2c-gpio.h>
> -#include <linux/reboot.h>
> +#include <linux/videodev2.h>
>  
> -#include <media/mt9t112.h>
> -#include <media/sh_mobile_ceu.h>
> -#include <media/soc_camera.h>
> -#include <asm/page.h>
> +#include <asm/hardware/cache-l2x0.h>
>  #include <asm/mach-types.h>
>  #include <asm/mach/arch.h>
>  #include <asm/mach/map.h>
>  #include <asm/mach/time.h>
> -#include <asm/hardware/cache-l2x0.h>
> -#include <video/sh_mobile_lcdc.h>
> -#include <video/sh_mobile_hdmi.h>
> +#include <asm/page.h>
> +#include <media/mt9t112.h>
> +#include <media/sh_mobile_ceu.h>
> +#include <media/soc_camera.h>
>  #include <sound/sh_fsi.h>
>  #include <sound/simple_card.h>
> +#include <video/sh_mobile_hdmi.h>
> +#include <video/sh_mobile_lcdc.h>
>  
>  #include "common.h"
>  #include "irqs.h"
> -- 
> 2.0.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: shmobile: armadillo800eva: Sort includes
  2014-08-22  1:47 ` Simon Horman
@ 2014-09-02  1:16   ` Simon Horman
  2014-09-24  0:59     ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2014-09-02  1:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 22, 2014 at 10:47:04AM +0900, Simon Horman wrote:
> On Mon, Aug 11, 2014 at 11:38:59AM +0900, Simon Horman wrote:
> > Sorted includes seems to be the done thing these days.
> > 
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> I have queued up this patch.

I have deferred this patch until v3.19.

> 
> > ---
> >  arch/arm/mach-shmobile/board-armadillo800eva.c | 40 +++++++++++++-------------
> >  1 file changed, 20 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: shmobile: armadillo800eva: Sort includes
  2014-09-02  1:16   ` Simon Horman
@ 2014-09-24  0:59     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-09-24  0:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Sep 02, 2014 at 10:16:59AM +0900, Simon Horman wrote:
> On Fri, Aug 22, 2014 at 10:47:04AM +0900, Simon Horman wrote:
> > On Mon, Aug 11, 2014 at 11:38:59AM +0900, Simon Horman wrote:
> > > Sorted includes seems to be the done thing these days.
> > > 
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > I have queued up this patch.
> 
> I have deferred this patch until v3.19.

I have queued this up for v3.19.
I will push it to a branch that will be included in linux-next
once v3.18-rc1 has been released.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: shmobile: armadillo800eva: Sort includes
  2014-10-29  4:59 [GIT PULL] Renesas ARM Based SoC Boards Cleanups for v3.19 Simon Horman
@ 2014-10-29  4:59 ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-10-29  4:59 UTC (permalink / raw)
  To: linux-arm-kernel

Sorted includes seems to be the done thing these days.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c | 40 +++++++++++++-------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index e709835..f19459a 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -22,43 +22,43 @@
 #include <linux/clk.h>
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/kernel.h>
-#include <linux/input.h>
-#include <linux/platform_data/st1232_pdata.h>
-#include <linux/irq.h>
-#include <linux/platform_device.h>
 #include <linux/gpio.h>
 #include <linux/gpio_keys.h>
-#include <linux/regulator/driver.h>
+#include <linux/i2c-gpio.h>
+#include <linux/input.h>
+#include <linux/irq.h>
+#include <linux/kernel.h>
+#include <linux/mfd/tmio.h>
+#include <linux/mmc/host.h>
+#include <linux/mmc/sh_mmcif.h>
+#include <linux/mmc/sh_mobile_sdhi.h>
 #include <linux/pinctrl/machine.h>
+#include <linux/platform_data/st1232_pdata.h>
+#include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/pwm_backlight.h>
+#include <linux/reboot.h>
+#include <linux/regulator/driver.h>
 #include <linux/regulator/fixed.h>
 #include <linux/regulator/gpio-regulator.h>
 #include <linux/regulator/machine.h>
 #include <linux/sh_eth.h>
-#include <linux/videodev2.h>
 #include <linux/usb/renesas_usbhs.h>
-#include <linux/mfd/tmio.h>
-#include <linux/mmc/host.h>
-#include <linux/mmc/sh_mmcif.h>
-#include <linux/mmc/sh_mobile_sdhi.h>
-#include <linux/i2c-gpio.h>
-#include <linux/reboot.h>
+#include <linux/videodev2.h>
 
-#include <media/mt9t112.h>
-#include <media/sh_mobile_ceu.h>
-#include <media/soc_camera.h>
-#include <asm/page.h>
+#include <asm/hardware/cache-l2x0.h>
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/time.h>
-#include <asm/hardware/cache-l2x0.h>
-#include <video/sh_mobile_lcdc.h>
-#include <video/sh_mobile_hdmi.h>
+#include <asm/page.h>
+#include <media/mt9t112.h>
+#include <media/sh_mobile_ceu.h>
+#include <media/soc_camera.h>
 #include <sound/sh_fsi.h>
 #include <sound/simple_card.h>
+#include <video/sh_mobile_hdmi.h>
+#include <video/sh_mobile_lcdc.h>
 
 #include "common.h"
 #include "irqs.h"
-- 
2.1.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-29  4:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11  2:38 [PATCH] ARM: shmobile: armadillo800eva: Sort includes Simon Horman
2014-08-22  1:47 ` Simon Horman
2014-09-02  1:16   ` Simon Horman
2014-09-24  0:59     ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2014-10-29  4:59 [GIT PULL] Renesas ARM Based SoC Boards Cleanups for v3.19 Simon Horman
2014-10-29  4:59 ` [PATCH] ARM: shmobile: armadillo800eva: Sort includes Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).