diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-04 00:59:40 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:32 +0100 |
commit | af3e69cfc9644c742a22647a5091779b9dfb9653 (patch) | |
tree | ddb6df1956e8dc57b8a37461caccc290c083e0ba /include/asm-mips | |
parent | 8fa9cc16f820915fbe8ab6047c420703a87c307e (diff) |
[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>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/pci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/pci.h b/include/asm-mips/pci.h index 301ff2f2801..d3be8343607 100644 --- a/include/asm-mips/pci.h +++ b/include/asm-mips/pci.h @@ -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 */ |