mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02: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:
parent
1aa06e9203
commit
451fa0d4c3
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user