]> git.karo-electronics.de Git - linux-beck.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)
commit9a7a6eb6453a0b128ab312442cff0c15a5ab1e3b
tree185775e41fadc2ac48ac6e271d981694b0eb0034
parentd9e105ca601e58feec65cdcef86d9c5748b7e5bb
serial: sh-sci: Remove redundant instances of EARLYCON_DECLARE()

As of commit 2eaa790989e03900 ("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