提交 be5a8ffa 编写于 作者: R Randy Dunlap 提交者: David S. Miller

net/dsa/realtek: add MODULE_LICENSE()

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: NRandy Dunlap <rdunlap@infradead.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5b3df177
无相关合并请求
...@@ -485,3 +485,5 @@ static struct platform_driver realtek_smi_driver = { ...@@ -485,3 +485,5 @@ static struct platform_driver realtek_smi_driver = {
.remove = realtek_smi_remove, .remove = realtek_smi_remove,
}; };
module_platform_driver(realtek_smi_driver); module_platform_driver(realtek_smi_driver);
MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部