serial: mctrl_gpio: Add missing module license
authorRomain Izard <romain.izard.pro@gmail.com>
Tue, 23 Feb 2016 14:54:54 +0000 (15:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2016 00:11:14 +0000 (16:11 -0800)
commit82a3f87f6e80e0bf7978152021eb8938976721cb
tree9c7ca4ba91172b2d90136e6ee6f7408c40ccf085
parent0b8053fef6f71db8e09c7dcdf8fd1b2cd5d53756
serial: mctrl_gpio: Add missing module license

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 <romain.izard.pro@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_mctrl_gpio.c