aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-03-26 07:23:23 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-27 09:51:14 -0400
commitec621699031b298eadd7e364f65281291b19ea37 (patch)
tree980782051773462231ecfbe8e7da995c7404bf55 /arch
parentf909ef6437a8388e3f1272c67ee29071f930bd6b (diff)
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx2/devices.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mx2/devices.c b/arch/arm/mach-mx2/devices.c
index f81aa8a8fbb4..a0f1b3674327 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 = {
229 .resource = mxc_nand_resources, 229 .resource = mxc_nand_resources,
230}; 230};
231 231
232#ifdef CONFIG_FB_IMX
233/* 232/*
234 * lcdc: 233 * lcdc:
235 * - i.MX1: the basic controller 234 * - i.MX1: the basic controller
@@ -259,7 +258,6 @@ struct platform_device mxc_fb_device = {
259 .coherent_dma_mask = 0xFFFFFFFF, 258 .coherent_dma_mask = 0xFFFFFFFF,
260 }, 259 },
261}; 260};
262#endif
263 261
264#ifdef CONFIG_MACH_MX27 262#ifdef CONFIG_MACH_MX27
265static struct resource mxc_fec_resources[] = { 263static struct resource mxc_fec_resources[] = {