Re: [PATCH v1] serial: mctrl_gpio: Add missing module license

2016-02-29 Thread Uwe Kleine-König
Hello Romain, On Tue, Feb 23, 2016 at 03:54:54PM +0100, Romain Izard wrote: > As the mctrl_gpio driver can be built as a module, it needs to have its > license specified with MODULE_LICENSE. Otherwise, it cannot access > required symbols exported through EXPORT_SYMBOL_GPL. > > Signed-off-by: Roma

Re: [PATCH v1] serial: mctrl_gpio: Add missing module license

2016-02-23 Thread Romain Izard
2016-02-23 16:21 GMT+01:00 Fabio Estevam : > On Tue, Feb 23, 2016 at 11:54 AM, Romain Izard > wrote: >> As the mctrl_gpio driver can be built as a module, it needs to have its >> license specified with MODULE_LICENSE. Otherwise, it cannot access >> required symbols exported through EXPORT_SYMBOL_G

Re: [PATCH v1] serial: mctrl_gpio: Add missing module license

2016-02-23 Thread Fabio Estevam
On Tue, Feb 23, 2016 at 11:54 AM, Romain Izard wrote: > As the mctrl_gpio driver can be built as a module, it needs to have its > license specified with MODULE_LICENSE. Otherwise, it cannot access > required symbols exported through EXPORT_SYMBOL_GPL. > > Signed-off-by: Romain Izard > --- > driv

[PATCH v1] serial: mctrl_gpio: Add missing module license

2016-02-23 Thread Romain Izard
As the mctrl_gpio driver can be built as a module, it needs to have its license specified with MODULE_LICENSE. Otherwise, it cannot access required symbols exported through EXPORT_SYMBOL_GPL. Signed-off-by: Romain Izard --- drivers/tty/serial/serial_mctrl_gpio.c | 3 +++ 1 file changed, 3 insert