diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-27 00:58:38 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-27 00:58:38 (GMT) |
commit | fb740f9bab3b3c049d6207b148e45de05163b6e5 (patch) | |
tree | 387524461fde8b2eeeb6b39658790c1d4920f4d0 /drivers | |
parent | b11e7b81bf94f633ae44f12a3d2e198277781952 (diff) | |
parent | f7a7651fcd40a2bf29357ffeaee176fb159bcddb (diff) | |
download | linux-fb740f9bab3b3c049d6207b148e45de05163b6e5.tar.xz |
Merge tag 'tty-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull serial driver fix from Greg KH:
"Here is one serial driver fix for 4.3-rc3 that resolves a module
loading issue due to splitting up of the 8250 driver into smaller
pieces. It's been in linux-next with no reported problems"
* tag 'tty-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
tty: serial: Add missing module license for 8250_base.ko
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/8250/8250_port.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c index 54e6c8d..b1e0ba3 100644 --- a/drivers/tty/serial/8250/8250_port.c +++ b/drivers/tty/serial/8250/8250_port.c @@ -2910,3 +2910,5 @@ int serial8250_console_setup(struct uart_port *port, char *options, bool probe) } #endif /* CONFIG_SERIAL_8250_CONSOLE */ + +MODULE_LICENSE("GPL"); |