diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-04 17:05:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-05 09:14:08 -0400 |
commit | bf0199b7a5085e8d1908d2b0a9c530ed8d142fb8 (patch) | |
tree | d09ccec40be7c24b4846c9467e89ff33ce8da137 /sound/soc/imx | |
parent | add330ec29cb00b26cf45ffb4773bb9094a48368 (diff) | |
download | kernel_samsung_smdk4412-bf0199b7a5085e8d1908d2b0a9c530ed8d142fb8.zip kernel_samsung_smdk4412-bf0199b7a5085e8d1908d2b0a9c530ed8d142fb8.tar.gz kernel_samsung_smdk4412-bf0199b7a5085e8d1908d2b0a9c530ed8d142fb8.tar.bz2 |
ASoC i.MX phycore ac97: remove unnecessary includes
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx')
-rw-r--r-- | sound/soc/imx/phycore-ac97.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/imx/phycore-ac97.c b/sound/soc/imx/phycore-ac97.c index 6a65dd7..cf46a17 100644 --- a/sound/soc/imx/phycore-ac97.c +++ b/sound/soc/imx/phycore-ac97.c @@ -20,9 +20,6 @@ #include <sound/soc-dapm.h> #include <asm/mach-types.h> -#include "../codecs/wm9712.h" -#include "imx-ssi.h" - static struct snd_soc_card imx_phycore; static struct snd_soc_ops imx_phycore_hifi_ops = { |