diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-03 17:59:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 19:44:32 +0200 |
commit | af3e69cfc9644c742a22647a5091779b9dfb9653 (patch) | |
tree | ddb6df1956e8dc57b8a37461caccc290c083e0ba /include/asm-mips | |
parent | [MIPS] IP32: Add platform devices for audio and volume button (diff) | |
download | linux-af3e69cfc9644c742a22647a5091779b9dfb9653.tar.xz linux-af3e69cfc9644c742a22647a5091779b9dfb9653.zip |
[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 301ff2f28012..d3be83436070 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 */ |