ASoC: bcm2835: cleanup includes by ordering them alphabetically
authorMartin Sperl <kernel@martin.sperl.org>
Sat, 9 Jan 2016 09:25:53 +0000 (09:25 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 10 Jan 2016 12:44:47 +0000 (12:44 +0000)
Cleanup of includes so that they are ordered alphabetically.

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/bcm/bcm2835-i2s.c

index 8c435beb263dfc02df2ee714b1abf43a6cbe6bad..3303d5f58082f68b68b535b2bdf7ce8d14cafcc4 100644 (file)
  * General Public License for more details.
  */
 
+#include <linux/clk.h>
+#include <linux/delay.h>
+#include <linux/device.h>
 #include <linux/init.h>
+#include <linux/io.h>
 #include <linux/module.h>
-#include <linux/device.h>
 #include <linux/slab.h>
-#include <linux/delay.h>
-#include <linux/io.h>
-#include <linux/clk.h>
 
 #include <sound/core.h>
+#include <sound/dmaengine_pcm.h>
+#include <sound/initval.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
-#include <sound/initval.h>
 #include <sound/soc.h>
-#include <sound/dmaengine_pcm.h>
 
 /* Clock registers */
 #define BCM2835_CLK_PCMCTL_REG  0x00