Skip to content

Commit 618b29a

Browse files
Jeff Johnsonbjorn-helgaas
authored andcommitted
PCI: acpiphp: Add missing MODULE_DESCRIPTION() macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pci/hotplug/acpiphp_ampere_altra.o Add the missing MODULE_DESCRIPTION(). Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 9d573d1 commit 618b29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/hotplug/acpiphp_ampere_altra.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ static struct platform_driver altra_led_driver = {
124124
module_platform_driver(altra_led_driver);
125125

126126
MODULE_AUTHOR("D Scott Phillips <[email protected]>");
127+
MODULE_DESCRIPTION("ACPI PCI Hot Plug Extension for Ampere Altra");
127128
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)