diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-11-21 20:48:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 17:04:53 +0300 |
commit | 0d911baebf983931cb37e25b36c3371d9e4b5196 (patch) | |
tree | 2f9eb53b8ed1c9d6ba2164cd09a99377323ecdb2 /sound/soc/codecs | |
parent | 505fb824e754efcc9702ce68d3911e7b86d3c690 (diff) | |
download | linux-0d911baebf983931cb37e25b36c3371d9e4b5196.tar.xz |
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>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/cq93vc.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wl1273.c | 2 |
2 files changed, 1 insertions, 2 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 @@ #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> -#include <sound/soc-dai.h> #include <sound/initval.h> #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 @@ #include <linux/slab.h> #include <sound/pcm.h> #include <sound/pcm_params.h> -#include <sound/soc-dai.h> +#include <sound/soc.h> #include <sound/initval.h> #include "wl1273.h" |