From mboxrd@z Thu Jan 1 00:00:00 1970 From: kernel@martin.sperl.org (kernel at martin.sperl.org) Date: Sat, 9 Jan 2016 09:25:53 +0000 Subject: [PATCH 1/5] ASoC: bcm2835: cleanup includes by ordering them alphabetically In-Reply-To: <1452331558-2520-1-git-send-email-kernel@martin.sperl.org> References: <1452331558-2520-1-git-send-email-kernel@martin.sperl.org> Message-ID: <1452331558-2520-2-git-send-email-kernel@martin.sperl.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Martin Sperl Cleanup of includes so that they are ordered alphabetically. Signed-off-by: Martin Sperl --- sound/soc/bcm/bcm2835-i2s.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm/bcm2835-i2s.c index 8c435be..3303d5f 100644 --- a/sound/soc/bcm/bcm2835-i2s.c +++ b/sound/soc/bcm/bcm2835-i2s.c @@ -31,20 +31,20 @@ * General Public License for more details. */ +#include +#include +#include #include +#include #include -#include #include -#include -#include -#include #include +#include +#include #include #include -#include #include -#include /* Clock registers */ #define BCM2835_CLK_PCMCTL_REG 0x00 -- 1.7.10.4