Yo,
It appears that during the MODULE_LICENSE merge for pcmcia i82092 was
missed.
Here is a trivial patch to correct this.
-- G.
--M9NhX3UHpAaciwkO
Content-Type: text/plain; charset=big5
Content-Disposition: attachment; filename="i82092.c.patch"
--- linux-2.4.20/drivers/pcmcia/i82092.c Wed Sep 4 16:49:36 2002
+++ linux-2.4.20/drivers/pcmcia/i82092.c.new Fri Sep 27 13:21:45 2002
@@ -25,6 +25,8 @@
#include "i82092aa.h"
#include "i82365.h"
+MODULE_LICENSE("GPL");
+
/* PCI core routines */
static struct pci_device_id i82092aa_pci_ids[] = {
{
--M9NhX3UHpAaciwkO--
-
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/