]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix compile issues for DSP
authorFelipe Balbi <felipe.balbi@nokia.com>
Mon, 17 Mar 2008 15:48:22 +0000 (17:48 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Mar 2008 16:40:59 +0000 (18:40 +0200)
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/dsp_common.h

index e515801b4b839d8df773210a81ead6d1511bbd1b..0c7565eb6ce82be1a14493228fc48c34c92650a9 100644 (file)
@@ -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);