summaryrefslogtreecommitdiff
path: root/arch/arm/mach-iop13xx/iq81340sc.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-04-30 14:58:50 +0000
committerArnd Bergmann <arnd@arndb.de>2012-10-07 10:33:07 +0200
commitb04e246a897bb14f2508015aa708b1f7a484039a (patch)
tree585c9116f7d0c5af2ab1ebbe752c2b3f1b5a1725 /arch/arm/mach-iop13xx/iq81340sc.c
parente7215fb33acfba65f0a83a2cf3c58c529e042078 (diff)
ARM: iop13xx: mark iop13xx_scan_bus as __devinit
pci_scan_root_bus is __devinit, so iop13xx_scan_bus has to be the same in order to safely call it. This is ok because the function itself is only called from the hwpci->scan callback. WARNING: vmlinux.o(.text+0x10138): Section mismatch in reference from the function iop13xx_scan_bus() to the function .devinit.text:pci_scan_root_bus() The function iop13xx_scan_bus() references the function __devinit pci_scan_root_bus(). This is often because iop13xx_scan_bus lacks a __devinit annotation or the annotation of pci_scan_root_bus is wrong. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Lennert Buytenhek <kernel@wantstofly.org> Cc: Dan Williams <djbw@fb.com>
Diffstat (limited to 'arch/arm/mach-iop13xx/iq81340sc.c')
0 files changed, 0 insertions, 0 deletions