Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964781Ab2JXA3W (ORCPT ); Tue, 23 Oct 2012 20:29:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39565 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933570Ab2JXA3U (ORCPT ); Tue, 23 Oct 2012 20:29:20 -0400 Date: Tue, 23 Oct 2012 20:29:15 -0400 From: Dave Jones To: gregkh@linuxfoundation.org Cc: Linux Kernel Subject: Add missing license tag to ezusb driver. Message-ID: <20121024002915.GA10086@redhat.com> Mail-Followup-To: Dave Jones , gregkh@linuxfoundation.org, Linux Kernel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 663 Lines: 18 ezusb: module license 'unspecified' taints kernel Signed-off-by: Dave Jones 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"); -- 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/