[PATCH] 2.6.0 - 8250_acpi taints kernel

From: Dmitry Torokhov
Date: Mon Sep 01 2003 - 23:21:41 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/