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

Commit b4e788df authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "serial: i.MX: evaluate linux,stdout-path property"



This reverts commit f7d2c0bb, as it
causes build errors when the driver is built as a module.

Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d0e639c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1912,9 +1912,6 @@ static int serial_imx_probe_dt(struct imx_port *sport,

	sport->devdata = of_id->data;

	if (of_device_is_stdout_path(np))
		add_preferred_console(imx_reg.cons->name, sport->port.line, 0);

	return 0;
}
#else