Skip to content

Commit b498ddb

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240608-md-drivers-power-reset-v1-1-08dbc1a546a2@quicinc.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 0b209ec commit b498ddb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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 <paul.burton@mips.com>");
109+
MODULE_DESCRIPTION("Intel PIIX4 power-off driver");
109110
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)