[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1443013796-8298-1-git-send-email-peter@hurleysoftware.com>
Date: Wed, 23 Sep 2015 09:09:56 -0400
From: Peter Hurley <peter@...leysoftware.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Mikael Pettersson <mikpelinux@...il.com>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
Jiri Slaby <jslaby@...e.cz>,
Peter Hurley <peter@...leysoftware.com>,
Jonathan McDowell <noodles@...th.li>
Subject: [PATCH] serial: 8250: Add missing module license for 8250_base.ko
From: Jonathan McDowell <noodles@...th.li>
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
Reported-by: Mikael Pettersson <mikpelinux@...il.com>
Signed-off-by: Jonathan McDowell <noodles@...th.li>
[pjh: Added MODULE_DESCRIPTION(); resent patch email w/ proper $subject]
Signed-off-by: Peter Hurley <peter@...leysoftware.com>
---
drivers/tty/serial/8250/8250_port.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
index 54e6c8d..e34a37f 100644
--- a/drivers/tty/serial/8250/8250_port.c
+++ b/drivers/tty/serial/8250/8250_port.c
@@ -2910,3 +2910,6 @@ int serial8250_console_setup(struct uart_port *port, char *options, bool probe)
}
#endif /* CONFIG_SERIAL_8250_CONSOLE */
+
+MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("8250/16x50 base port operations");
--
2.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists