From: Felipe Balbi Date: Mon, 17 Mar 2008 15:48:22 +0000 (+0200) Subject: Fix compile issues for DSP X-Git-Tag: v2.6.25-omap1~116 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=83105d28b5fe1dc87b9b393d014187d31cc863c4;p=linux-2.6-omap-h63xx.git Fix compile issues for DSP Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/dsp_common.h b/include/asm-arm/arch-omap/dsp_common.h index e515801b4b8..0c7565eb6ce 100644 --- a/include/asm-arm/arch-omap/dsp_common.h +++ b/include/asm-arm/arch-omap/dsp_common.h @@ -49,7 +49,7 @@ struct omap_dsp { int initialized; }; -if defined(CONFIG_ARCH_OMAP1) && defined(CONFIG_OMAP_MMU_FWK) +#if defined(CONFIG_ARCH_OMAP1) && defined(CONFIG_OMAP_MMU_FWK) extern void omap_dsp_request_mpui(void); extern void omap_dsp_release_mpui(void); extern int omap_dsp_request_mem(void);