From: Dirk Behme Date: Sat, 19 May 2007 14:48:51 +0000 (+0200) Subject: ARM: OMAP: Fix compilation of dsp_mem.c X-Git-Tag: v2.6.22-omap1~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef71bf871b8881a5218042e22516dc6e1fe3b8b8;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed