diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-24 14:41:42 +0200 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-24 14:41:42 +0200 |
commit | 5f8e11fb72a1aa84a025b18e94fdce959743bdec (patch) | |
tree | 90ae9cb7a4acbb90340ee7e7b2de8b40175e6c78 /sound | |
parent | 0b8500b4a251bc070ee7f8a1df5c94a12634a795 (diff) |
ccwmx51js: Fix compilation problems after patches merge
Also, test that the built image boots.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-ccwmx51-wm8753.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/imx/imx-ccwmx51-wm8753.c b/sound/soc/imx/imx-ccwmx51-wm8753.c index 66eeb54315f3..a12285fb1a8d 100644 --- a/sound/soc/imx/imx-ccwmx51-wm8753.c +++ b/sound/soc/imx/imx-ccwmx51-wm8753.c @@ -31,7 +31,6 @@ #include <sound/initval.h> #include <mach/dma.h> -#include <mach/spba.h> #include <mach/clock.h> #include "../codecs/wm8753.h" @@ -221,9 +220,9 @@ static int __devinit imx_ccwmx51_wm8753_probe(struct platform_device *pdev) imx_ccwmx51_init_dam(plat->src_port, plat->ext_port); if (plat->src_port == 2) - wm8753_cpu_dai = &imx_ssi_dai[2]; + wm8753_cpu_dai = imx_ssi_dai[2]; else - wm8753_cpu_dai = &imx_ssi_dai[0]; + wm8753_cpu_dai = imx_ssi_dai[0]; imx_ccwmx51_dai.cpu_dai = wm8753_cpu_dai; |