Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61d38b9a authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

spi: bcm53xx: Add missing module information



Mainly to fix missing MODULE_LICENSE.
Also add MODULE_DESCRIPTION and MODULE_AUTHOR.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 933fc7b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -293,3 +293,7 @@ static void __exit bcm53xxspi_module_exit(void)

module_init(bcm53xxspi_module_init);
module_exit(bcm53xxspi_module_exit);

MODULE_DESCRIPTION("Broadcom BCM53xx SPI Controller driver");
MODULE_AUTHOR("Rafał Miłecki <zajec5@gmail.com>");
MODULE_LICENSE("GPL");