]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 15 Feb 2016 12:36:32 +0000 (13:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2016 00:11:14 +0000 (16:11 -0800)
commit0c3b3599b31a2856d402e666f8da7d00c989bd89
tree185775e41fadc2ac48ac6e271d981694b0eb0034
parent00b4e6c623666d1f82a5656f0eb6fe20dea8b973
serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE()

As of commit fcafd41c6125d563 ("earlycon: Use common framework for
earlycon declarations") it is no longer needer to specify both
EARLYCON_DECLARE() and OF_EARLYCON_DECLARE().

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c