提交 7f16f817 编写于 作者: S Sascha Hauer

ARM i.MX51 cpuimx51: remove unnecessary CONFIG_SERIAL_8250 ifdefs

Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 818956e0
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
#define MX51_USB_PLL_DIV_19_2_MHZ 0x01 #define MX51_USB_PLL_DIV_19_2_MHZ 0x01
#define MX51_USB_PLL_DIV_24_MHZ 0x02 #define MX51_USB_PLL_DIV_24_MHZ 0x02
#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
static struct plat_serial8250_port serial_platform_data[] = { static struct plat_serial8250_port serial_platform_data[] = {
{ {
.mapbase = (unsigned long)(MX51_CS1_BASE_ADDR + 0x400000), .mapbase = (unsigned long)(MX51_CS1_BASE_ADDR + 0x400000),
...@@ -105,12 +104,9 @@ static struct platform_device serial_device = { ...@@ -105,12 +104,9 @@ static struct platform_device serial_device = {
.platform_data = serial_platform_data, .platform_data = serial_platform_data,
}, },
}; };
#endif
static struct platform_device *devices[] __initdata = { static struct platform_device *devices[] __initdata = {
#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
&serial_device, &serial_device,
#endif
}; };
static iomux_v3_cfg_t eukrea_cpuimx51_pads[] = { static iomux_v3_cfg_t eukrea_cpuimx51_pads[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册