From: Sascha Hauer Date: Thu, 26 Mar 2009 11:23:23 +0000 (+0100) Subject: i.MX21/27: remove ifdef CONFIG_FB_IMX X-Git-Tag: v2.6.30-rc1~636^2~3^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ec621699031b298eadd7e364f65281291b19ea37;p=~emulex%2Finfiniband.git i.MX21/27: remove ifdef CONFIG_FB_IMX Compile in the framebuffer device unconditionally to fix pcm038 compilation without framebuffer support. Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/mach-mx2/devices.c b/arch/arm/mach-mx2/devices.c index f81aa8a8fbb..a0f1b367432 100644 --- a/arch/arm/mach-mx2/devices.c +++ b/arch/arm/mach-mx2/devices.c @@ -229,7 +229,6 @@ struct platform_device mxc_nand_device = { .resource = mxc_nand_resources, }; -#ifdef CONFIG_FB_IMX /* * lcdc: * - i.MX1: the basic controller @@ -259,7 +258,6 @@ struct platform_device mxc_fb_device = { .coherent_dma_mask = 0xFFFFFFFF, }, }; -#endif #ifdef CONFIG_MACH_MX27 static struct resource mxc_fec_resources[] = {