linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.6.0 - 8250_acpi taints kernel
@ 2003-09-02  4:19 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2003-09-02  4:19 UTC (permalink / raw)
  To: linux-kernel

Hi,

8250_acpi module does not have MODULE_LICENSE specified. 8250_gsc does
not have it either but as I can't compile it I did not touch it.

Dmitry

diff -urN --exclude-from=/usr/src/exclude 2.6.0-test4/drivers/serial/8250_acpi.c linux-2.6.0-test4/drivers/serial/8250_acpi.c
--- 2.6.0-test4/drivers/serial/8250_acpi.c	2003-07-27 12:10:57.000000000 -0500
+++ linux-2.6.0-test4/drivers/serial/8250_acpi.c	2003-09-01 23:01:18.000000000 -0500
@@ -108,3 +108,6 @@
 
 module_init(acpi_serial_init);
 module_exit(acpi_serial_exit);
+
+MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Generic 8250/16x50 ACPI serial driver");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-02  4:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02  4:19 [PATCH] 2.6.0 - 8250_acpi taints kernel Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).