Skip to content

Commit b498ddb

Browse files
Jeff Johnsonsre
authored andcommitted
power: reset: piix4: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/power/reset/piix4-poweroff.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 0b209ec commit b498ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/power/reset/piix4-poweroff.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ static struct pci_driver piix4_poweroff_driver = {
106106

107107
module_pci_driver(piix4_poweroff_driver);
108108
MODULE_AUTHOR("Paul Burton <[email protected]>");
109+
MODULE_DESCRIPTION("Intel PIIX4 power-off driver");
109110
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)