-
- Downloads
Project 'eclipsefdn/it/api/eclipse-openvsx-api' was moved to 'eclipsefdn/software-dev/api/eclipse-openvsx-api'. Please update any links and bookmarks that may still have the old path.
PCI: fix section mismatch warning in pci_scan_child_bus
Fix following warning: WARNING: vmlinux.o(.text+0x47bdb1): Section mismatch in reference from the function pci_scan_child_bus() to the function .devinit.text:pcibios_fixup_bus() We had plenty of functions that could be annotated __devinit but due to the former restriction that exported symbols could not be annotated they were not so. So annotate these function and fix the references from the pci/hotplug/* code to silence the resuting warnings. Signed-off-by:Sam Ravnborg <sam@ravnborg.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- drivers/pci/hotplug-pci.c 1 addition, 1 deletiondrivers/pci/hotplug-pci.c
- drivers/pci/hotplug/acpiphp_glue.c 1 addition, 1 deletiondrivers/pci/hotplug/acpiphp_glue.c
- drivers/pci/hotplug/cpci_hotplug_pci.c 1 addition, 1 deletiondrivers/pci/hotplug/cpci_hotplug_pci.c
- drivers/pci/hotplug/pciehp_pci.c 1 addition, 1 deletiondrivers/pci/hotplug/pciehp_pci.c
- drivers/pci/hotplug/shpchp_pci.c 1 addition, 1 deletiondrivers/pci/hotplug/shpchp_pci.c
- drivers/pci/probe.c 4 additions, 4 deletionsdrivers/pci/probe.c
Loading
Please register or sign in to comment