diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-08 10:56:28 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-03-12 15:14:41 +0100 |
commit | 234fcd1484a66158b561b36b421547f0ab85fee9 (patch) | |
tree | b63fbb134fd673e1713f0462e6e0642b418da616 /arch/mips/pci/pci-ip27.c | |
parent | [MIPS] IP27: Tighten up CPU description to fix warnings. (diff) | |
download | linux-234fcd1484a66158b561b36b421547f0ab85fee9.tar.xz linux-234fcd1484a66158b561b36b421547f0ab85fee9.zip |
[MIPS] Fix loads of section missmatches
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci-ip27.c')
-rw-r--r-- | arch/mips/pci/pci-ip27.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-ip27.c b/arch/mips/pci/pci-ip27.c index a322543ac34e..bb64828a92fe 100644 --- a/arch/mips/pci/pci-ip27.c +++ b/arch/mips/pci/pci-ip27.c @@ -40,7 +40,7 @@ int irq_to_slot[MAX_PCI_BUSSES * MAX_DEVICES_PER_PCIBUS]; extern struct pci_ops bridge_pci_ops; -int __init bridge_probe(nasid_t nasid, int widget_id, int masterwid) +int __cpuinit bridge_probe(nasid_t nasid, int widget_id, int masterwid) { unsigned long offset = NODE_OFFSET(nasid); struct bridge_controller *bc; |