diff mbox

ARM: shmobile: armadillo800eva: Sort includes

Message ID 1407724739-14100-1-git-send-email-horms+renesas@verge.net.au (mailing list archive)
State New, archived
Headers show

Commit Message

Simon Horman Aug. 11, 2014, 2:38 a.m. UTC
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(-)

Comments

Simon Horman Aug. 22, 2014, 1:47 a.m. UTC | #1
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@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
Simon Horman Sept. 2, 2014, 1:16 a.m. UTC | #2
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(-)
Simon Horman Sept. 24, 2014, 12:59 a.m. UTC | #3
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.
diff mbox

Patch

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"