diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-18 02:35:31 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-18 02:35:31 +0400 |
commit | 1593d7dd8c7b939e31b9d637307b26ada3e3c514 (patch) | |
tree | fcfdd26242d3171dd0c300bd18be30d6ca20bead /sound/soc/pxa/em-x270.c | |
parent | 75a6d53b2b1b3f212ea0615ed3bb2d68a249af7b (diff) | |
download | linux-1593d7dd8c7b939e31b9d637307b26ada3e3c514.tar.xz |
ASoC: Fix a few more PXA build errors
Dead pxa2xx-pcm.h includes and a missing ,
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/pxa/em-x270.c')
-rw-r--r-- | sound/soc/pxa/em-x270.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/em-x270.c b/sound/soc/pxa/em-x270.c index 7046128b2a4c..eadf9d351a04 100644 --- a/sound/soc/pxa/em-x270.c +++ b/sound/soc/pxa/em-x270.c @@ -32,7 +32,6 @@ #include <mach/audio.h> #include "../codecs/wm9712.h" -#include "pxa2xx-pcm.h" #include "pxa2xx-ac97.h" static struct snd_soc_dai_link em_x270_dai[] = { |