From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.0 - 8250_acpi taints kernel
Date: Mon, 1 Sep 2003 23:19:58 -0500 [thread overview]
Message-ID: <200309012320.01156.dtor_core@ameritech.net> (raw)
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");
reply other threads:[~2003-09-02 4:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200309012320.01156.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox