tty: serial: fsl_lpuart: drop EARLYCON_DECLARE
authorPeng Fan <peng.fan@nxp.com>
Fri, 20 Dec 2019 06:13:33 +0000 (06:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jan 2020 19:22:35 +0000 (20:22 +0100)
commita659652f6169240a5818cb244b280c5a362ef5a4
tree365c73b3d24c56ebe509c6d1c0d47a72d299c1b7
parent69bd1a4f19a41c6ba680e8440165634f6278895f
tty: serial: fsl_lpuart: drop EARLYCON_DECLARE

EARLYCON_DECLARE is just a wrapper of OF_EARLYCON_DECLARE,
since we already have OF_EARLYCON_DECLARE for lpuart and lpuart32,
so no need EARLYCON_DECLARE.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/1576822230-23125-2-git-send-email-peng.fan@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c