|
@@ -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");
|