summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
authorNicolas Pitre2008-04-09 22:08:35 +0200
committerRussell King2008-04-10 16:27:09 +0200
commitb488a5ed12c0d8417884d8c33fc0a1701a16c951 (patch)
tree501862c2b8429084c469ba45dc42823488fd6c14 /arch/arm/mach-orion5x
parent[ARM] 4886/1: Orion: grab ts209 ethernet MAC address from flash (diff)
downloadkernel-qcow2-linux-b488a5ed12c0d8417884d8c33fc0a1701a16c951.tar.gz
kernel-qcow2-linux-b488a5ed12c0d8417884d8c33fc0a1701a16c951.tar.xz
kernel-qcow2-linux-b488a5ed12c0d8417884d8c33fc0a1701a16c951.zip
[ARM] 4954/1: Orion: fix some function section mismatch
Without this, lspci won't work. Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c
index 27b4afc8f486..fdf99fca85b3 100644
--- a/arch/arm/mach-orion5x/pci.c
+++ b/arch/arm/mach-orion5x/pci.c
@@ -41,7 +41,7 @@ void __init orion5x_pcie_id(u32 *dev, u32 *rev)
*rev = orion_pcie_rev(PCIE_BASE);
}
-int orion5x_pcie_local_bus_nr(void)
+int __init orion5x_pcie_local_bus_nr(void)
{
return orion_pcie_get_local_bus_nr(PCIE_BASE);
}