aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sperl <kernel@martin.sperl.org>2016-01-09 04:25:53 -0500
committerMark Brown <broonie@kernel.org>2016-01-10 07:44:47 -0500
commit7905f08247131ac5d5c0e2f057e0cf19da40e5da (patch)
treed7a436ec39825f5a92e1f6156220af04b675819f
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
ASoC: bcm2835: cleanup includes by ordering them alphabetically
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>
-rw-r--r--sound/soc/bcm/bcm2835-i2s.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm/bcm2835-i2s.c
index 8c435beb263d..3303d5f58082 100644
--- a/sound/soc/bcm/bcm2835-i2s.c
+++ b/sound/soc/bcm/bcm2835-i2s.c
@@ -31,20 +31,20 @@
31 * General Public License for more details. 31 * General Public License for more details.
32 */ 32 */
33 33
34#include <linux/clk.h>
35#include <linux/delay.h>
36#include <linux/device.h>
34#include <linux/init.h> 37#include <linux/init.h>
38#include <linux/io.h>
35#include <linux/module.h> 39#include <linux/module.h>
36#include <linux/device.h>
37#include <linux/slab.h> 40#include <linux/slab.h>
38#include <linux/delay.h>
39#include <linux/io.h>
40#include <linux/clk.h>
41 41
42#include <sound/core.h> 42#include <sound/core.h>
43#include <sound/dmaengine_pcm.h>
44#include <sound/initval.h>
43#include <sound/pcm.h> 45#include <sound/pcm.h>
44#include <sound/pcm_params.h> 46#include <sound/pcm_params.h>
45#include <sound/initval.h>
46#include <sound/soc.h> 47#include <sound/soc.h>
47#include <sound/dmaengine_pcm.h>
48 48
49/* Clock registers */ 49/* Clock registers */
50#define BCM2835_CLK_PCMCTL_REG 0x00 50#define BCM2835_CLK_PCMCTL_REG 0x00