mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 09:20:13 -04:00
parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()
drivers/parisc/eisa_eeprom.c is a standalone module (it has MODULE_LICENSE() and module_init()) but is missing the MODULE_DESCRIPTION() macro, so modpost emits a warning about it. Add the missing description. Signed-off-by: Jean Delu <jeandelu@tutamail.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -94,6 +94,7 @@ static int __init eisa_eeprom_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
MODULE_DESCRIPTION("EISA eeprom driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(eisa_eeprom_init);
|
||||
|
||||
Reference in New Issue
Block a user