[PATCH] MODULE_LICENSE fix for i82092.

Geoffrey Lee (glee@gnupilgrims.org)
Sat, 5 Oct 2002 00:15:06 +0800


--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=big5
Content-Disposition: inline

Hi Marcelo,

This is a trivial patch to put MODULE_LICENSE("GPL") in one of the
PCMCIA drivers which was apparently missed during the MODULE_LICENSE
merge.

-- G.

--mP3DRpeJDSE+ciuQ
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[] = {
{

--mP3DRpeJDSE+ciuQ--
-
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/