From: Dave Jones Date: Wed, 24 Oct 2012 00:29:15 +0000 (-0400) Subject: USB: Add missing license tag to ezusb driver. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=197ef5ef37d91686545872703bb6d756a53898ea;p=linux-beck.git USB: Add missing license tag to ezusb driver. ezusb: module license 'unspecified' taints kernel Signed-off-by: Dave Jones Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/ezusb.c b/drivers/usb/misc/ezusb.c index 4223d761223d..6589268a6515 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");