diff options
| -rw-r--r-- | drivers/spi/spi-bcm53xx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/spi/spi-bcm53xx.c b/drivers/spi/spi-bcm53xx.c index e6600f783385..17b34cbadc03 100644 --- a/drivers/spi/spi-bcm53xx.c +++ b/drivers/spi/spi-bcm53xx.c | |||
| @@ -293,3 +293,7 @@ static void __exit bcm53xxspi_module_exit(void) | |||
| 293 | 293 | ||
| 294 | module_init(bcm53xxspi_module_init); | 294 | module_init(bcm53xxspi_module_init); |
| 295 | module_exit(bcm53xxspi_module_exit); | 295 | module_exit(bcm53xxspi_module_exit); |
| 296 | |||
| 297 | MODULE_DESCRIPTION("Broadcom BCM53xx SPI Controller driver"); | ||
| 298 | MODULE_AUTHOR("Rafał Miłecki <zajec5@gmail.com>"); | ||
| 299 | MODULE_LICENSE("GPL"); | ||
