Re: [PATCH 4/5] drivers/tty: make serial/mpsc.c driver explicitly non-modular

2015-10-10 Thread Paul Gortmaker
[Re: [PATCH 4/5] drivers/tty: make serial/mpsc.c driver explicitly non-modular] On 09/10/2015 (Fri 15:38) Thierry Reding wrote: > On Wed, Aug 19, 2015 at 05:48:08PM -0400, Paul Gortmaker wrote: [...] > > static struct platform_driver mpsc_driver = { > > .probe =

Re: [PATCH 4/5] drivers/tty: make serial/mpsc.c driver explicitly non-modular

2015-10-09 Thread Thierry Reding
On Wed, Aug 19, 2015 at 05:48:08PM -0400, Paul Gortmaker wrote: > The Kconfig for this driver is currently: > > config SERIAL_MPSC > bool "Marvell MPSC serial port support" > > ...meaning that it currently is not being built as a module by anyone. > Lets remove the modular code that is es

[PATCH 4/5] drivers/tty: make serial/mpsc.c driver explicitly non-modular

2015-08-19 Thread Paul Gortmaker
The Kconfig for this driver is currently: config SERIAL_MPSC bool "Marvell MPSC serial port support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the driver there is no doubt it is bu

[PATCH 4/5] drivers/tty: make serial/mpsc.c driver explicitly non-modular

2015-08-08 Thread Paul Gortmaker
The Kconfig for this driver is currently: config SERIAL_MPSC bool "Marvell MPSC serial port support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the driver there is no doubt it is bu