OSDN Git Service

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>
Wed, 2 May 2018 14:53:43 +0000 (07:53 -0700)
commitea548dec031ee95bcfe849aeabd1590b903fe767
treeac788020e3517127d8e7fb36c8c1c311add6a2f6
parentb017e9dd4925c9e44774efb1046f93de12d4dcf4
serial: mctrl_gpio: Add missing module license

commit 82a3f87f6e80e0bf7978152021eb8938976721cb upstream.

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>
Cc: Daniel Wagner <wagi@monom.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_mctrl_gpio.c