* Felipe Balbi <me@xxxxxxxxxxxxxxx> [080317 21:49]: > Recent changes broke compilation for omap1. > > Signed-off-by: Felipe Balbi <me@xxxxxxxxxxxxxxx> > --- > drivers/dsp/dspgateway/dsp_common.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/dsp/dspgateway/dsp_common.c b/drivers/dsp/dspgateway/dsp_common.c > index af97ce1..aeeadf4 100644 > --- a/drivers/dsp/dspgateway/dsp_common.c > +++ b/drivers/dsp/dspgateway/dsp_common.c > @@ -478,7 +478,7 @@ void dsp_cpustat_set_icrmask(u16 mask) > mutex_unlock(&cpustat.lock); > } > > -#ifdef CONFIG_ARCH_OMAP1 > +#if defined(CONFIG_ARCH_OMAP1) && defined(CONFIG_OMAP_MMU_FWK) > void omap_dsp_request_mpui(void) > { > mutex_lock(&cpustat.lock); > @@ -594,7 +594,7 @@ void dsp_unregister_mem_cb(void) { } > > arch_initcall(omap_dsp_init); > > -#ifdef CONFIG_ARCH_OMAP1 > +#if defined(CONFIG_ARCH_OMAP1) && defined(CONFIG_OMAP_MMU_FWK) > EXPORT_SYMBOL(omap_dsp_request_mpui); > EXPORT_SYMBOL(omap_dsp_release_mpui); > EXPORT_SYMBOL(omap_dsp_request_mem); Pushing Dave's patch instead, can you please check that it works OK for you? Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html