* [PATCH] Fix compile issues for DSP
@ 2008-03-17 15:48 Felipe Balbi
2008-03-17 16:46 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2008-03-17 15:48 UTC (permalink / raw)
To: Linux OMAP Mailing List
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
diff --git a/include/asm-arm/arch-omap/dsp_common.h b/include/asm-arm/arch-omap/dsp_common.h
index e515801..0c7565e 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);
--
- Balbi
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix compile issues for DSP
2008-03-17 15:48 [PATCH] Fix compile issues for DSP Felipe Balbi
@ 2008-03-17 16:46 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-03-17 16:46 UTC (permalink / raw)
To: Felipe Balbi; +Cc: Linux OMAP Mailing List
* Felipe Balbi <felipe.balbi@nokia.com> [080317 18:01]:
> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
>
> diff --git a/include/asm-arm/arch-omap/dsp_common.h b/include/asm-arm/arch-omap/dsp_common.h
> index e515801..0c7565e 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);
Heh, thanks :) Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-17 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 15:48 [PATCH] Fix compile issues for DSP Felipe Balbi
2008-03-17 16:46 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox