diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-11-21 19:48:47 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 14:05:05 +0000 |
commit | 851cad5aa11a0692c4c92ebbfa94d06564034dcc (patch) | |
tree | 1c30d040361b6dcd3f99cfce267dcf6e069bec11 /include | |
parent | 0d911baebf983931cb37e25b36c3371d9e4b5196 (diff) | |
download | linux-3.10-851cad5aa11a0692c4c92ebbfa94d06564034dcc.tar.gz linux-3.10-851cad5aa11a0692c4c92ebbfa94d06564034dcc.tar.bz2 linux-3.10-851cad5aa11a0692c4c92ebbfa94d06564034dcc.zip |
ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h
There is no need anymore to include soc.h in soc-dapm.h and soc-dai.h as
drivers are converted to include only soc.h.
Thanks to Lars-Peter Clausen <lars@metafoo.de> for pointing out the issue.
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 'include')
-rw-r--r-- | include/sound/soc-dai.h | 2 | ||||
-rw-r--r-- | include/sound/soc-dapm.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index e7b68024800..0195b7ee17e 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -16,8 +16,6 @@ #include <linux/list.h> -#include <sound/soc.h> - struct snd_pcm_substream; /* diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 78d3560fa25..041e98b493b 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -16,7 +16,6 @@ #include <linux/device.h> #include <linux/types.h> #include <sound/control.h> -#include <sound/soc.h> /* widget has no PM register bit */ #define SND_SOC_NOPM -1 |