ARM: OMAP: Fix compilation of dsp_mem.c
authorDirk Behme <dirk.behme@googlemail.com>
Sat, 19 May 2007 14:48:51 +0000 (16:48 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 00:27:35 +0000 (17:27 -0700)
Fix compilation of dsp_mem.c. omapfb_ready is only available if
CONFIG_FB_OMAP_LCDC_EXTERNAL is set, else compiler stops with error.
status is only used in case CONFIG_FB_OMAP_LCDC_EXTERNAL is set.
Compiler warns about this.

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dsp/dsp_mem.c

Simple merge