linux/drivers/tty/serial/8250
Masahiro Yamada 755dd8aa12 serial: 8250_ingenic: drop #if conditional surrounding earlycon code
The #if defined(CONFIG_SERIAL_EARLYCON) && !defined(MODULE)
conditional has been added to the OF_EARLYCON_DECLARE() define.

The same conditional can be dropped from 8250_ingenic.c because
the unused symbols will be marked as __maybe_unsed.
Also, the Kconfig dependency can become much simpler.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-06-25 14:31:04 -07:00
..
8250.h tty/serial/8250: use mctrl_gpio helpers 2016-06-25 14:30:42 -07:00
8250_accent.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_acorn.c
8250_bcm2835aux.c serial: bcm2835: fix unsigned int issue with irq 2016-02-14 17:39:36 -08:00
8250_boca.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_core.c tty/serial/8250: use mctrl_gpio helpers 2016-06-25 14:30:42 -07:00
8250_dma.c serial: 8250_dma: Export serial8250_rx_dma_flush() 2016-06-25 14:30:42 -07:00
8250_dw.c serial: 8250_dw: fix wrong logic in dw8250_check_lcr() 2016-05-03 16:10:38 -07:00
8250_early.c serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART 2016-06-25 09:12:55 -07:00
8250_em.c
8250_exar_st16c554.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_fintek.c serial: 8250_fintek: fix the mismatched IRQ mode 2016-06-25 13:50:53 -07:00
8250_fourport.c tty: serial: 8250: Add generic port init macro 2016-02-06 23:15:53 -08:00
8250_fsl.c
8250_gsc.c tty: serial: 8250: Suitably replace printk 2016-02-06 23:15:53 -08:00
8250_hp300.c tty: serial: 8250: Suitably replace printk 2016-02-06 23:15:53 -08:00
8250_hub6.c
8250_ingenic.c serial: 8250_ingenic: drop #if conditional surrounding earlycon code 2016-06-25 14:31:04 -07:00
8250_lpc18xx.c
8250_mid.c serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV 2016-06-25 14:30:42 -07:00
8250_moxa.c tty: serial: 8250: add MOXA Smartio MUE boards support 2016-03-07 16:11:14 -08:00
8250_mtk.c serial: 8250_mtk: drop !defined(MODULE) conditional 2016-06-25 14:31:04 -07:00
8250_of.c serial: 8250: of: Make tegra_serial_handle_break() static 2016-04-30 09:26:55 -07:00
8250_omap.c tty/serial/8250: use mctrl_gpio helpers 2016-06-25 14:30:42 -07:00
8250_pci.c 8250_pci: Adds support for the WCH CH355 4S card 2016-06-25 13:50:53 -07:00
8250_pnp.c tty: serial: 8250: Fix indentation warnings 2016-02-06 23:15:53 -08:00
8250_port.c tty/serial/8250: use mctrl_gpio helpers 2016-06-25 14:30:42 -07:00
8250_uniphier.c serial: 8250_uniphier: drop !defined(MODULE) conditional 2016-06-25 14:31:04 -07:00
Kconfig serial: 8250_ingenic: drop #if conditional surrounding earlycon code 2016-06-25 14:31:04 -07:00
Makefile serial: 8250: Integrate Fintek into 8250_base 2016-04-30 09:26:55 -07:00
serial_cs.c tty: serial: 8250: Fix multi-line strings 2016-02-06 23:15:53 -08:00