Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f43e44b authored by Sascha Hauer's avatar Sascha Hauer
Browse files

ARM i.MX31 mx31ads: remove unnecessary CONFIG_SERIAL_8250 ifdefs

parent 889faeaa
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -73,8 +73,7 @@
 * This file contains the board-specific initialization routines.
 */

#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
/*!
/*
 * The serial port definition structure.
 */
static struct plat_serial8250_port serial_platform_data[] = {
@@ -110,12 +109,6 @@ static int __init mxc_init_extuart(void)
{
	return platform_device_register(&serial_device);
}
#else
static inline int mxc_init_extuart(void)
{
	return 0;
}
#endif

static const struct imxuart_platform_data uart_pdata __initconst = {
	.flags = IMXUART_HAVE_RTSCTS,