linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add missing license tag to ezusb driver.
@ 2012-10-24  0:29 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2012-10-24  0:29 UTC (permalink / raw)
  To: gregkh; +Cc: Linux Kernel

ezusb: module license 'unspecified' taints kernel

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/drivers/usb/misc/ezusb.c b/drivers/usb/misc/ezusb.c
index 4223d76..6589268 100644
--- a/drivers/usb/misc/ezusb.c
+++ b/drivers/usb/misc/ezusb.c
@@ -158,3 +158,4 @@ int ezusb_fx2_ihex_firmware_download(struct usb_device *dev,
 }
 EXPORT_SYMBOL_GPL(ezusb_fx2_ihex_firmware_download);
 
+MODULE_LICENSE("GPL");

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-24  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24  0:29 Add missing license tag to ezusb driver Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).