[MIPS] Declare some pci variables in header file

Declare pci_probe_only, etc. in asm-mips/pci.h file.  This will fix
some sparse warnings.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Atsushi Nemoto
2008-07-04 00:59:40 +09:00
committed by Ralf Baechle
parent 8fa9cc16f8
commit af3e69cfc9
5 changed files with 3 additions and 4 deletions

View File

@@ -172,4 +172,7 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
return channel ? 15 : 14;
}
extern int pci_probe_only;
extern unsigned int pcibios_max_latency;
#endif /* _ASM_PCI_H */