Skip to content

Commit

Permalink
net: dwc-xlgmac: use dual license
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jie Deng authored and David S. Miller committed Mar 24, 2017
1 parent ea8c1c6 commit 67ff2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/ethernet/synopsys/dwc-xlgmac-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
#include "dwc-xlgmac.h"
#include "dwc-xlgmac-reg.h"

MODULE_LICENSE("Dual BSD/GPL");

static int debug = -1;
module_param(debug, int, 0644);
MODULE_LICENSE("GPL");
MODULE_PARM_DESC(debug, "DWC ethernet debug level (0=none,...,16=all)");
static const u32 default_msg_level = (NETIF_MSG_LINK | NETIF_MSG_IFDOWN |
NETIF_MSG_IFUP);
Expand Down

0 comments on commit 67ff2c7

Please sign in to comment.