]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
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)
commitef71bf871b8881a5218042e22516dc6e1fe3b8b8
tree7a5f8d4e27cae65e070ed1a3f8b01b0bb6844533
parenta598c04770c13cd65f5d1e86fe4d828b66541661
ARM: OMAP: Fix compilation of dsp_mem.c

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