diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-23 11:25:14 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-30 16:54:36 -0400 |
commit | 47a5c976486e407fc0d0bc8fa165132b6f9bec26 (patch) | |
tree | 56b234d3553eb15f90084c3ac6a20dbdefe3f8c8 /include/asm-mips | |
parent | 32d00d0f933ea5d21c3cd0809461ebbf7ab89cef (diff) |
[MIPS] Introduce pcibios_plat_setup
Introduce pcibios_plat_setup for platform-specific pcibios_setup.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/pci.h b/include/asm-mips/pci.h index c205875d7f31..5510c53b7feb 100644 --- a/include/asm-mips/pci.h +++ b/include/asm-mips/pci.h | |||
@@ -174,4 +174,6 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) | |||
174 | 174 | ||
175 | extern int pci_probe_only; | 175 | extern int pci_probe_only; |
176 | 176 | ||
177 | extern char * (*pcibios_plat_setup)(char *str); | ||
178 | |||
177 | #endif /* _ASM_PCI_H */ | 179 | #endif /* _ASM_PCI_H */ |