aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/board-cpuimx51.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-01-14 11:34:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-27 14:33:54 +0100
commit7f16f817e20b187e3130ce16f510971cf8ff5d07 (patch)
tree002c9bd2ef43aebac33ba71c30a995a4da8e4c0a /arch/arm/mach-mx5/board-cpuimx51.c
parent818956e0b68f35ef56e9361d0fdea5d935e3827a (diff)
downloadkernel_samsung_smdk4412-7f16f817e20b187e3130ce16f510971cf8ff5d07.zip
kernel_samsung_smdk4412-7f16f817e20b187e3130ce16f510971cf8ff5d07.tar.gz
kernel_samsung_smdk4412-7f16f817e20b187e3130ce16f510971cf8ff5d07.tar.bz2
ARM i.MX51 cpuimx51: remove unnecessary CONFIG_SERIAL_8250 ifdefs
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/board-cpuimx51.c')
-rw-r--r--arch/arm/mach-mx5/board-cpuimx51.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c
index f8652ef..f576a97 100644
--- a/arch/arm/mach-mx5/board-cpuimx51.c
+++ b/arch/arm/mach-mx5/board-cpuimx51.c
@@ -60,7 +60,6 @@
#define MX51_USB_PLL_DIV_19_2_MHZ 0x01
#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[] = {
{
.mapbase = (unsigned long)(MX51_CS1_BASE_ADDR + 0x400000),
@@ -105,12 +104,9 @@ static struct platform_device serial_device = {
.platform_data = serial_platform_data,
},
};
-#endif
static struct platform_device *devices[] __initdata = {
-#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
&serial_device,
-#endif
};
static iomux_v3_cfg_t eukrea_cpuimx51_pads[] = {