diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-08 09:56:28 +0000 | 
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-03-12 14:14:41 +0000 | 
| commit | 234fcd1484a66158b561b36b421547f0ab85fee9 (patch) | |
| tree | b63fbb134fd673e1713f0462e6e0642b418da616 /arch/mips/pci/pci.c | |
| parent | 1af0eea21431bed5d07dffc0fefab57fd72f7e90 (diff) | |
| download | olio-linux-3.10-234fcd1484a66158b561b36b421547f0ab85fee9.tar.xz olio-linux-3.10-234fcd1484a66158b561b36b421547f0ab85fee9.zip  | |
[MIPS] Fix loads of section missmatches
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci.c')
| -rw-r--r-- | arch/mips/pci/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index f9471d77c09..358ad621094 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c @@ -260,7 +260,7 @@ static void pcibios_fixup_device_resources(struct pci_dev *dev,  	}  } -void pcibios_fixup_bus(struct pci_bus *bus) +void __devinit pcibios_fixup_bus(struct pci_bus *bus)  {  	/* Propagate hose info into the subordinate devices.  */  |