Skip to content
Commit b5678a34 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Len Brown
Browse files

ACPI: fix section mismatch in acpi_pci_root_add



Fix following warning:
WARNING: vmlinux.o(.text+0x550e85): Section mismatch in reference from the function acpi_pci_root_add() to the function .devinit.text:pci_acpi_scan_root()

acpi_pci_root_add uses a __devinit annotated function and
it looks like annotating it __devinit too is the correct fix.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 7560e385
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment