kernel-fxtec-pro1x/drivers/tty/serial/8250
Peter Ujfalusi c93a59938c serial: 8250: of: Fix the driver and actually compile the 8250_of
The 8250_of never compiled since in the Kconfig we have SERIAL_OF_PLATFORM
but in the makefile we expect to have SERIAL_8250_OF...

When the 8250_of.c is actually compiled we will have two errors:
missing linux/nwpserial.h and 8250/8250.h.
Fix those as well at the same time when enable the compilation of the
driver.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Fixes: afd7f88f15 ("serial: 8250: move of_serial code to 8250 directory")
Reported-by: Guenter Roeck <linux@roeck-us.net>
CC: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-01-07 14:45:53 -08:00
..
8250.h
8250_accent.c
8250_acorn.c
8250_boca.c
8250_core.c serial: support 16-bit register interface for console 2015-12-13 19:59:48 -08:00
8250_dma.c TTY/Serial driver patches for 4.4-rc1 2015-11-04 21:35:12 -08:00
8250_dw.c The majority of the changes are driver updates and new device 2015-11-05 12:59:36 -08:00
8250_early.c serial: support 16-bit register interface for console 2015-12-13 19:59:48 -08:00
8250_em.c
8250_exar_st16c554.c
8250_fintek.c
8250_fourport.c
8250_fsl.c serial: export fsl8250_handle_irq 2015-11-20 16:19:54 -08:00
8250_gsc.c
8250_hp300.c
8250_hub6.c
8250_ingenic.c serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE 2015-12-13 19:59:48 -08:00
8250_lpc18xx.c
8250_mid.c serial: 8250_mid: add support for DMA engine handling from UART MMIO 2015-10-17 21:22:08 -07:00
8250_mtk.c drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular 2015-12-13 19:59:48 -08:00
8250_of.c serial: 8250: of: Fix the driver and actually compile the 8250_of 2016-01-07 14:45:53 -08:00
8250_omap.c
8250_pci.c serial: 8250_mid: add support for DMA engine handling from UART MMIO 2015-10-17 21:22:08 -07:00
8250_pnp.c
8250_port.c serial: support 16-bit register interface for console 2015-12-13 19:59:48 -08:00
8250_uniphier.c Merge 4.4-rc6 into tty-next 2015-12-21 11:06:07 -08:00
Kconfig serial: 8250_mid: fix broken DMA dependency 2015-12-13 19:59:48 -08:00
Makefile serial: 8250: of: Fix the driver and actually compile the 8250_of 2016-01-07 14:45:53 -08:00
serial_cs.c