diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-11-21 18:48:46 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 15:04:53 +0100 |
commit | 0d911baebf983931cb37e25b36c3371d9e4b5196 (patch) | |
tree | 2f9eb53b8ed1c9d6ba2164cd09a99377323ecdb2 /sound/soc/codecs/wl1273.c | |
parent | ASoC: Do not include soc-dapm.h (diff) | |
download | linux-0d911baebf983931cb37e25b36c3371d9e4b5196.tar.xz linux-0d911baebf983931cb37e25b36c3371d9e4b5196.zip |
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/wl1273.c')
-rw-r--r-- | sound/soc/codecs/wl1273.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |