提交 ec621699 编写于 作者: S Sascha Hauer

i.MX21/27: remove ifdef CONFIG_FB_IMX

Compile in the framebuffer device unconditionally to fix pcm038
compilation without framebuffer support.
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 f909ef64
...@@ -229,7 +229,6 @@ struct platform_device mxc_nand_device = { ...@@ -229,7 +229,6 @@ struct platform_device mxc_nand_device = {
.resource = mxc_nand_resources, .resource = mxc_nand_resources,
}; };
#ifdef CONFIG_FB_IMX
/* /*
* lcdc: * lcdc:
* - i.MX1: the basic controller * - i.MX1: the basic controller
...@@ -259,7 +258,6 @@ struct platform_device mxc_fb_device = { ...@@ -259,7 +258,6 @@ struct platform_device mxc_fb_device = {
.coherent_dma_mask = 0xFFFFFFFF, .coherent_dma_mask = 0xFFFFFFFF,
}, },
}; };
#endif
#ifdef CONFIG_MACH_MX27 #ifdef CONFIG_MACH_MX27
static struct resource mxc_fec_resources[] = { static struct resource mxc_fec_resources[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册