From: Axel Lin Date: Fri, 20 Aug 2010 05:23:36 +0000 (+0800) Subject: ASoC: remove include of pxa2xx-pcm.h in pxa2xx-ac97.c X-Git-Tag: v2.6.37-rc1~126^2~1^2~151^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c1261db46a4afdaebf08233d1c1e47f2d93979;p=pandora-kernel.git ASoC: remove include of pxa2xx-pcm.h in pxa2xx-ac97.c Fix reference to moved header file, which was unused anyway. This change fixes below build error: CC sound/soc/pxa/pxa2xx-ac97.o sound/soc/pxa/pxa2xx-ac97.c:27:24: error: pxa2xx-pcm.h: No such file or directory make[3]: *** [sound/soc/pxa/pxa2xx-ac97.o] Error 1 make[2]: *** [sound/soc/pxa] Error 2 make[1]: *** [sound/soc] Error 2 make: *** [sound] Error 2 Signed-off-by: Axel Lin Signed-off-by: Haojian Zhuang Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed