Skip to content

Commit

Permalink
i.MX21/27: remove ifdef CONFIG_FB_IMX
Browse files Browse the repository at this point in the history
Compile in the framebuffer device unconditionally to fix pcm038
compilation without framebuffer support.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Mar 27, 2009
1 parent f909ef6 commit ec62169
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-mx2/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ struct platform_device mxc_nand_device = {
.resource = mxc_nand_resources,
};

#ifdef CONFIG_FB_IMX
/*
* lcdc:
* - i.MX1: the basic controller
Expand Down Expand Up @@ -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[] = {
Expand Down

0 comments on commit ec62169

Please sign in to comment.