[PATCH 0/4] serial: earlycon: keep earlycon symbols for non-module and driver clean-ups
Masahiro Yamada
yamada.masahiro at socionext.com
Mon Jun 6 02:40:59 PDT 2016
1/4: keep earlycon symbols only when CONFIG_SERIAL_EARLYCON is defined
and the driver is built-in.
2/4 thru 4/4: driver clean-ups.
(partially reverts build fixes by Arnd Bergmann)
Masahiro Yamada (4):
earlycon: mark earlycon code as __used iif the caller is built-in
serial: 8250_uniphier: drop !defined(MODULE) conditional
serial: 8250_mtk: drop !defined(MODULE) conditional
serial: 8250_ingenic: drop #if conditional surrounding earlycon code
drivers/tty/serial/8250/8250_ingenic.c | 2 --
drivers/tty/serial/8250/8250_mtk.c | 2 +-
drivers/tty/serial/8250/8250_uniphier.c | 2 +-
drivers/tty/serial/8250/Kconfig | 2 +-
include/linux/serial_core.h | 8 +++++++-
5 files changed, 10 insertions(+), 6 deletions(-)
--
1.9.1
More information about the linux-arm-kernel
mailing list