Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756259AbdCUD7W (ORCPT ); Mon, 20 Mar 2017 23:59:22 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:40821 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756075AbdCUD7S (ORCPT ); Mon, 20 Mar 2017 23:59:18 -0400 From: Jie Deng To: CC: , , , Jie Deng Subject: [PATCH net-next 2/2] net: dwc-xlgmac: add module license Date: Tue, 21 Mar 2017 11:59:05 +0800 Message-ID: <6b11b3922961333a5a7efb4a1e1a3db047d32a4b.1490067991.git.jiedeng@synopsys.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.13.184.19] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 699 Lines: 22 Fix the warning about missing MODULE_LICENSE(). Signed-off-by: Jie Deng --- drivers/net/ethernet/synopsys/dwc-xlgmac-common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c b/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c index 53ad707..07def2b 100644 --- a/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c +++ b/drivers/net/ethernet/synopsys/dwc-xlgmac-common.c @@ -21,6 +21,8 @@ #include "dwc-xlgmac.h" #include "dwc-xlgmac-reg.h" +MODULE_LICENSE("Dual BSD/GPL"); + static int debug = -1; module_param(debug, int, 0644); MODULE_PARM_DESC(debug, "DWC ethernet debug level (0=none,...,16=all)"); -- 1.9.1