diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-06-30 10:01:38 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-04 18:57:58 +0100 |
commit | b5dd60fd263147f723aeebc424dab7cd6613d3be (patch) | |
tree | 9e37aa2574a32103f2afa492a97f025eaba63d10 /sound/soc/s6000/s6105-ipcam.c | |
parent | 001eaa25ca8cf4bfdb76fa8f2287b8d34287b9b6 (diff) | |
download | op-kernel-dev-b5dd60fd263147f723aeebc424dab7cd6613d3be.zip op-kernel-dev-b5dd60fd263147f723aeebc424dab7cd6613d3be.tar.gz |
ASoC: s6000: Allow to build when COMPILE_TEST is enabled
Most of the ASoC s6000 code is architecture independent. This patch makes it
possible to select the platform when COMPILE_TEST is enabled.
The only architecture dependent code is the PCM driver which will still only be
selected if XTENSA_VARIANT_S6000 is enabled.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/s6000/s6105-ipcam.c')
-rw-r--r-- | sound/soc/s6000/s6105-ipcam.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/s6000/s6105-ipcam.c b/sound/soc/s6000/s6105-ipcam.c index 0b21d1d..50875e6 100644 --- a/sound/soc/s6000/s6105-ipcam.c +++ b/sound/soc/s6000/s6105-ipcam.c @@ -19,8 +19,6 @@ #include <sound/pcm.h> #include <sound/soc.h> -#include <variant/dmac.h> - #include "s6000-pcm.h" #include "s6000-i2s.h" |