tty: serial: Add missing module license for 8250_base.ko
authorJonathan McDowell <noodles@earth.li>
Mon, 21 Sep 2015 20:23:47 +0000 (21:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Sep 2015 16:09:15 +0000 (09:09 -0700)
commitf7a7651fcd40a2bf29357ffeaee176fb159bcddb
tree95b4133eebf861b8d82f21a2dee328521f64d7f9
parent1f93e4a96c9109378204c147b3eec0d0e8100fde
tty: serial: Add missing module license for 8250_base.ko

The split of the 8250 driver into a 8250_base/8250.ko resulted in a
lack of a license for the 8250_base.ko module. This caused the module
to fail to load and the kernel to be tainted. Add the appropriate
MODULE_LICENSE to 8250_port.c, which is always compiled into
8250_base.ko

Signed-off-by: Jonathan McDowell <noodles@earth.li>
Reported-by: Mikael Pettersson <mikpelinux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c
This page took 0.035563 seconds and 5 git commands to generate.