forked from Minki/linux
Revert "8250: uniphier: allow modular build with 8250 console"
This reverts commitd56edd7ed0
, it shouldn't have been applied, it was fixed properly with commit71f50c6d9a
("of: drop symbols declared by _OF_DECLARE() from modules") Reported-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1f55c718c2
commit
c8053b5876
@ -35,7 +35,7 @@ struct uniphier8250_priv {
|
||||
spinlock_t atomic_write_lock;
|
||||
};
|
||||
|
||||
#if defined(CONFIG_SERIAL_8250_CONSOLE) && !defined(MODULE)
|
||||
#ifdef CONFIG_SERIAL_8250_CONSOLE
|
||||
static int __init uniphier_early_console_setup(struct earlycon_device *device,
|
||||
const char *options)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user