Skip to content

Commit 67ff2c7

Browse files
Jie Dengdavem330
authored andcommitted
net: dwc-xlgmac: use dual license
The driver "dwc-xlgmac" is dual-licensed. Declare the dual license with MODULE_LICENSE(). Signed-off-by: Jie Deng <jiedeng@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ea8c1c6 commit 67ff2c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/ethernet/synopsys/dwc-xlgmac-common.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
#include "dwc-xlgmac.h"
2222
#include "dwc-xlgmac-reg.h"
2323

24+
MODULE_LICENSE("Dual BSD/GPL");
25+
2426
static int debug = -1;
2527
module_param(debug, int, 0644);
26-
MODULE_LICENSE("GPL");
2728
MODULE_PARM_DESC(debug, "DWC ethernet debug level (0=none,...,16=all)");
2829
static const u32 default_msg_level = (NETIF_MSG_LINK | NETIF_MSG_IFDOWN |
2930
NETIF_MSG_IFUP);

0 commit comments

Comments
 (0)