From: Russell King Date: Sun, 27 Sep 2009 15:50:05 +0000 (+0100) Subject: ARM: Fix section mismatch warning in Integrator pci_v3 X-Git-Tag: v2.6.32-rc3~11^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8b7170cdda6645ed4fec4b2d415bf4cebd7839;p=pandora-kernel.git 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 Acked-by: Sam Ravnborg --- Reading git-diff-tree failed