Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux-drm-fsl-dcu.git] / drivers / tty / serial / imx.c
index bb84f8d4c54e3a6d1e810692c85065bd060434fa..b2cfdb661947ec2690fc4840e089688151749a68 100644 (file)
@@ -1896,10 +1896,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,
-                                     NULL);
-
        return 0;
 }
 #else