projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3df17
)
net/dsa/realtek: add MODULE_LICENSE()
author
Randy Dunlap
<
[email protected]
>
Fri, 20 Jul 2018 16:16:02 +0000
(09:16 -0700)
committer
David S. Miller
<
[email protected]
>
Sun, 22 Jul 2018 17:25:48 +0000
(10:25 -0700)
Add MODULE_LICENSE() to net/dsa/realtek.o to fix build warning message.
WARNING: modpost: missing MODULE_LICENSE() in drivers/net/dsa/realtek.o
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Linus Walleij <
[email protected]
>
Reviewed-by: Linus Walleij <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/dsa/realtek-smi.c
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/realtek-smi.c
b/drivers/net/dsa/realtek-smi.c
index f941f45828258491b35e9d24010035a63313cf74..b4b839a1d09521c521b340679592b3f36b5fb33f 100644
(file)
--- a/
drivers/net/dsa/realtek-smi.c
+++ b/
drivers/net/dsa/realtek-smi.c
@@
-485,3
+485,5
@@
static struct platform_driver realtek_smi_driver = {
.remove = realtek_smi_remove,
};
module_platform_driver(realtek_smi_driver);
+
+MODULE_LICENSE("GPL");