diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-11-21 12:48:46 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 09:04:53 -0500 |
commit | 0d911baebf983931cb37e25b36c3371d9e4b5196 (patch) | |
tree | 2f9eb53b8ed1c9d6ba2164cd09a99377323ecdb2 | |
parent | 505fb824e754efcc9702ce68d3911e7b86d3c690 (diff) |
ASoC: Do not include soc-dai.h
There is no need to include soc-dai.h since soc.h includes it. Convert
drivers to include only soc.h.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/cq93vc.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wl1273.c | 2 | ||||
-rw-r--r-- | sound/soc/sh/siu.h | 2 | ||||
-rw-r--r-- | sound/soc/sh/siu_dai.c | 2 | ||||
-rw-r--r-- | sound/soc/sh/siu_pcm.c | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 1a6f511051b6..46dbfd067f79 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <sound/pcm.h> | 36 | #include <sound/pcm.h> |
37 | #include <sound/pcm_params.h> | 37 | #include <sound/pcm_params.h> |
38 | #include <sound/soc.h> | 38 | #include <sound/soc.h> |
39 | #include <sound/soc-dai.h> | ||
40 | #include <sound/initval.h> | 39 | #include <sound/initval.h> |
41 | 40 | ||
42 | #include <mach/dm365.h> | 41 | #include <mach/dm365.h> |
diff --git a/sound/soc/codecs/wl1273.c b/sound/soc/codecs/wl1273.c index c606b3e235fa..d3ffa2f0122a 100644 --- a/sound/soc/codecs/wl1273.c +++ b/sound/soc/codecs/wl1273.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
26 | #include <sound/pcm.h> | 26 | #include <sound/pcm.h> |
27 | #include <sound/pcm_params.h> | 27 | #include <sound/pcm_params.h> |
28 | #include <sound/soc-dai.h> | 28 | #include <sound/soc.h> |
29 | #include <sound/initval.h> | 29 | #include <sound/initval.h> |
30 | 30 | ||
31 | #include "wl1273.h" | 31 | #include "wl1273.h" |
diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index 9f4dcb921ff0..83c3430ad797 100644 --- a/sound/soc/sh/siu.h +++ b/sound/soc/sh/siu.h | |||
@@ -75,7 +75,7 @@ struct siu_firmware { | |||
75 | 75 | ||
76 | #include <sound/core.h> | 76 | #include <sound/core.h> |
77 | #include <sound/pcm.h> | 77 | #include <sound/pcm.h> |
78 | #include <sound/soc-dai.h> | 78 | #include <sound/soc.h> |
79 | 79 | ||
80 | #define SIU_PERIOD_BYTES_MAX 8192 /* DMA transfer/period size */ | 80 | #define SIU_PERIOD_BYTES_MAX 8192 /* DMA transfer/period size */ |
81 | #define SIU_PERIOD_BYTES_MIN 256 /* DMA transfer/period size */ | 81 | #define SIU_PERIOD_BYTES_MIN 256 /* DMA transfer/period size */ |
diff --git a/sound/soc/sh/siu_dai.c b/sound/soc/sh/siu_dai.c index af53b64d8af2..4973c2939d79 100644 --- a/sound/soc/sh/siu_dai.c +++ b/sound/soc/sh/siu_dai.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <asm/siu.h> | 28 | #include <asm/siu.h> |
29 | 29 | ||
30 | #include <sound/control.h> | 30 | #include <sound/control.h> |
31 | #include <sound/soc-dai.h> | 31 | #include <sound/soc.h> |
32 | 32 | ||
33 | #include "siu.h" | 33 | #include "siu.h" |
34 | 34 | ||
diff --git a/sound/soc/sh/siu_pcm.c b/sound/soc/sh/siu_pcm.c index ed29c9e1ed4e..a423babcf145 100644 --- a/sound/soc/sh/siu_pcm.c +++ b/sound/soc/sh/siu_pcm.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <sound/core.h> | 29 | #include <sound/core.h> |
30 | #include <sound/pcm.h> | 30 | #include <sound/pcm.h> |
31 | #include <sound/pcm_params.h> | 31 | #include <sound/pcm_params.h> |
32 | #include <sound/soc-dai.h> | 32 | #include <sound/soc.h> |
33 | 33 | ||
34 | #include <asm/siu.h> | 34 | #include <asm/siu.h> |
35 | 35 | ||