Skip to content

Commit 618b29a

Browse files
jeff-t-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/20240612-md-drivers-pci-hotplug-v1-1-2b30d14d783d@quicinc.com Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 9d573d1 commit 618b29a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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 <scott@os.amperecomputing.com>");
127+
MODULE_DESCRIPTION("ACPI PCI Hot Plug Extension for Ampere Altra");
127128
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)