kernel-fxtec-pro1x/arch/arm/mach-iop13xx
Arnd Bergmann b04e246a89 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>
2012-10-07 10:33:07 +02:00
..
include/mach ARM: iop13xx: fix missing declaration of iop13xx_init_early 2012-03-11 16:04:17 -05:00
io.c ARM: iop13xx: move io.h externs to pci.h 2012-03-06 21:34:37 -06:00
iq81340mc.c ARM: PCI: get rid of pci_std_swizzle() 2012-05-13 17:12:16 +01:00
iq81340sc.c ARM: PCI: get rid of pci_std_swizzle() 2012-05-13 17:12:16 +01:00
irq.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
Kconfig
Makefile
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
msi.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
pci.c ARM: iop13xx: mark iop13xx_scan_bus as __devinit 2012-10-07 10:33:07 +02:00
pci.h ARM: iop13xx: move io.h externs to pci.h 2012-03-06 21:34:37 -06:00
setup.c ARM: restart: iop13xx: use new restart hook 2012-01-05 12:57:13 +00:00
tpmi.c dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 2009-04-07 08:31:10 -07:00