Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605280
| From | Jie Deng <Jie.Deng1@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 2/2] net: dwc-xlgmac: add module license |
| Date | 2017-03-21 05:00 +0100 |
| Message-ID | <tnj7H-68t-7@gated-at.bofh.it> (permalink) |
| References | <tnj7H-68t-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fix the warning about missing MODULE_LICENSE().
Signed-off-by: Jie Deng <jiedeng@synopsys.com>
---
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH net-next 2/2] net: dwc-xlgmac: add module license Jie Deng <Jie.Deng1@synopsys.com> - 2017-03-21 05:00 +0100
csiph-web