Skip to content

Commit

Permalink
spi: bcm53xx: Add missing module information
Browse files Browse the repository at this point in the history
Mainly to fix missing MODULE_LICENSE.
Also add MODULE_DESCRIPTION and MODULE_AUTHOR.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 26, 2014
1 parent 933fc7b commit 61d38b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/spi/spi-bcm53xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 61d38b9

Please sign in to comment.