diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-04-04 03:10:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 16:45:05 -0400 |
commit | add180ed780e9031d65e7c94cad936e719401acf (patch) | |
tree | 8ec7205b9047b879e34244a0dc6f5445261156c5 /sound/soc/fsl/fsl_spdif.c | |
parent | 3e185238a37d1f0a37a1d910344cdcff578bf333 (diff) |
ASoC: spdif: Sort the header files alphabetically.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Acked-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/fsl_spdif.c')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 6452ca83d889..173553c6dc55 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c | |||
@@ -13,18 +13,18 @@ | |||
13 | * kind, whether express or implied. | 13 | * kind, whether express or implied. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/module.h> | 16 | #include <linux/bitrev.h> |
17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
18 | #include <linux/clk-private.h> | 18 | #include <linux/clk-private.h> |
19 | #include <linux/bitrev.h> | 19 | #include <linux/module.h> |
20 | #include <linux/regmap.h> | ||
21 | #include <linux/of_address.h> | 20 | #include <linux/of_address.h> |
22 | #include <linux/of_device.h> | 21 | #include <linux/of_device.h> |
23 | #include <linux/of_irq.h> | 22 | #include <linux/of_irq.h> |
23 | #include <linux/regmap.h> | ||
24 | 24 | ||
25 | #include <sound/asoundef.h> | 25 | #include <sound/asoundef.h> |
26 | #include <sound/soc.h> | ||
27 | #include <sound/dmaengine_pcm.h> | 26 | #include <sound/dmaengine_pcm.h> |
27 | #include <sound/soc.h> | ||
28 | 28 | ||
29 | #include "fsl_spdif.h" | 29 | #include "fsl_spdif.h" |
30 | #include "imx-pcm.h" | 30 | #include "imx-pcm.h" |