alistair23-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
clock.c [ARM] integrator: convert to clkdev and lookup clocks by device name 2008-11-27 12:38:22 +00:00
common.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
core.c [ARM] 5517/1: integrator: don't put clock lookups in __initdata 2009-05-18 17:43:16 +01:00
cpu.c cpufreq: remove policy->governor setting in drivers initialization 2008-10-15 16:42:47 -07:00
impd1.c [ARM] integrator: convert to clkdev and lookup clocks by device name 2008-11-27 12:38:22 +00:00
integrator_ap.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
integrator_cp.c ARM: 5720/1: Move MMCI header to amba include dir 2009-09-22 20:49:04 +01:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
leds.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
lm.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
Makefile [RTC] rtc-pl030: add driver, remove old non-rtc lib driver 2008-05-22 14:56:38 +01:00
Makefile.boot Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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