提交 61d38b9a 编写于 作者: A Axel Lin 提交者: Mark Brown

spi: bcm53xx: Add missing module information

Mainly to fix missing MODULE_LICENSE.
Also add MODULE_DESCRIPTION and MODULE_AUTHOR.
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 933fc7b0
...@@ -293,3 +293,7 @@ static void __exit bcm53xxspi_module_exit(void) ...@@ -293,3 +293,7 @@ static void __exit bcm53xxspi_module_exit(void)
module_init(bcm53xxspi_module_init); module_init(bcm53xxspi_module_init);
module_exit(bcm53xxspi_module_exit); module_exit(bcm53xxspi_module_exit);
MODULE_DESCRIPTION("Broadcom BCM53xx SPI Controller driver");
MODULE_AUTHOR("Rafał Miłecki <zajec5@gmail.com>");
MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册