From: Felipe Balbi <felipe.balbi@xxxxxxxxx> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- drivers/dsp/dspgateway/dsp_common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/dspgateway/dsp_common.c b/drivers/dsp/dspgateway/dsp_common.c index 9dffda2..52740ae 100644 --- a/drivers/dsp/dspgateway/dsp_common.c +++ b/drivers/dsp/dspgateway/dsp_common.c @@ -41,7 +41,7 @@ #endif #if defined(CONFIG_ARCH_OMAP1) -#define dsp_boot_config(mode) omap_writew((mode), MPUI_DSP_BOOT_CONFIG) +#define dsp_boot_config(mode) __raw_writew((mode), MPUI_DSP_BOOT_CONFIG) #endif #if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) #define dsp_boot_config(mode) writel((mode), DSP_IPI_DSPBOOTCONFIG) -- 1.6.0.2.307.gc427 -- 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