lkml.org 
[lkml]   [2003]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.6.0 - 8250_acpi taints kernel
Date
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");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:2.052 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site