提交 a98e1788 编写于 作者: R Ralf Baechle

NET: sb1250-mac: Add missing MODULE_LICENSE()

As per comment, the code has always been GPLv2 licensed.

This fixes the follwoing modpost warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/net/ethernet/broadcom/sb1250-mac.o
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 296f827d
...@@ -2641,3 +2641,4 @@ static struct platform_driver sbmac_driver = { ...@@ -2641,3 +2641,4 @@ static struct platform_driver sbmac_driver = {
}; };
module_platform_driver(sbmac_driver); module_platform_driver(sbmac_driver);
MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册