linux/arch/arm/mach-integrator
Russell King 7f8b7170cd ARM: Fix section mismatch warning in Integrator pci_v3
WARNING: vmlinux.o(.text+0xc9d4): Section mismatch in reference from the function pci_v3_scan_bus() to the function .devinit.text:pci_scan_bus_parented()
The function pci_v3_scan_bus() references
the function __devinit pci_scan_bus_parented().
This is often because pci_v3_scan_bus lacks a __devinit
annotation or the annotation of pci_scan_bus_parented is wrong.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
2009-09-28 18:04:32 +01:00
..
include/mach nommu: Add MMU-less support for Integrator platforms 2009-07-24 12:34:57 +01:00
Kconfig
Makefile
Makefile.boot
clock.c
common.h
core.c [ARM] 5517/1: integrator: don't put clock lookups in __initdata 2009-05-18 17:43:16 +01:00
cpu.c
impd1.c
integrator_ap.c
integrator_cp.c ARM: 5720/1: Move MMCI header to amba include dir 2009-09-22 20:49:04 +01:00
leds.c
lm.c
pci.c PCI: arm: use generic pci_swizzle_interrupt_pin() 2009-01-07 11:12:51 -08:00
pci_v3.c ARM: Fix section mismatch warning in Integrator pci_v3 2009-09-28 18:04:32 +01:00