linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: armadillo800eva: Sort includes
Date: Fri, 22 Aug 2014 01:47:04 +0000	[thread overview]
Message-ID: <20140822014704.GC9099@verge.net.au> (raw)
In-Reply-To: <1407724739-14100-1-git-send-email-horms+renesas@verge.net.au>

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
> 

  reply	other threads:[~2014-08-22  1:47 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-09  6:03 [PATCH] ARM: shmobile: armadillo800eva: fixup: sound card detection order Kuninori Morimoto
2012-08-27  8:48 ` Simon Horman
2012-08-31  6:33 ` Simon Horman
2012-09-03  6:06 ` [PATCH] ARM: shmobile: armadillo800eva: enable rw rootfs mount Kuninori Morimoto
2012-09-03  8:34 ` Simon Horman
2012-09-13  3:10 ` [PATCH] ARM: shmobile: armadillo800eva: Add support RTC Nobuhiro Iwamatsu
2012-09-13  4:06   ` Simon Horman
2012-09-13  5:11     ` Nobuhiro Iwamatsu
2012-10-12  1:24 ` [PATCH] ARM: shmobile: armadillo800eva: __io abuse cleanup Kuninori Morimoto
2012-10-12  1:39 ` [PATCH] ARM: shmobile: armadillo800eva: enable restart Kuninori Morimoto
2012-10-12  4:25 ` Simon Horman
2012-10-12  4:32 ` [PATCH] ARM: shmobile: armadillo800eva: __io abuse cleanup Simon Horman
2013-01-18  5:02 ` [PATCH] ARM: shmobile: armadillo800eva: set clock rates before timer init Hideki EIRAKU
2013-01-18  6:28   ` Kuninori Morimoto
2013-01-30  4:23   ` Simon Horman
2013-04-15  4:44 ` [PATCH] arm: shmobile: armadillo800eva: Fix maximum number of SCIF Nobuhiro Iwamatsu
2013-04-16  2:35   ` Simon Horman
2013-07-02 15:24 ` [PATCH] ARM: shmobile: armadillo800eva: add DMA support to MMCIF Guennadi Liakhovetski
2013-07-03  6:05 ` Simon Horman
2013-07-24  8:16 ` [PATCH] ARM: shmobile: armadillo800eva: tidyup ST1232 pin settings Kuninori Morimoto
2013-07-24  9:58 ` Laurent Pinchart
2013-07-25  0:50 ` [PATCH] ARM: shmobile: armadillo800eva: Don't request GPIO 166 in board code Kuninori Morimoto
2013-12-18 14:03 ` [PATCH] ARM: shmobile: armadillo800eva: Enable backlight control in defconfig Laurent Pinchart
2013-12-19  6:13 ` Simon Horman
2014-04-14  0:59 ` [PATCH] ARM: shmobile: armadillo800eva: fixup SND_SOC_DAIFMT_CBx_CFx flags Kuninori Morimoto
2014-04-14  3:48 ` Simon Horman
2014-05-28  2:57 ` [PATCH] ARM: shmobile: armadillo800eva: fixup HDMI sound flags setting Kuninori Morimoto
2014-05-28  4:06 ` Simon Horman
2014-05-28  4:23 ` Kuninori Morimoto
2014-05-28  4:41 ` Simon Horman
2014-05-28  8:47 ` Geert Uytterhoeven
2014-08-11  2:38 ` [PATCH] ARM: shmobile: armadillo800eva: Sort includes Simon Horman
2014-08-22  1:47   ` Simon Horman [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140822014704.GC9099@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).