diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-03 11:59:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:32 -0400 |
commit | af3e69cfc9644c742a22647a5091779b9dfb9653 (patch) | |
tree | ddb6df1956e8dc57b8a37461caccc290c083e0ba /arch/mips/pci/pci-sb1250.c | |
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 'arch/mips/pci/pci-sb1250.c')
-rw-r--r-- | arch/mips/pci/pci-sb1250.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-sb1250.c b/arch/mips/pci/pci-sb1250.c index 9bc102a1380e..bf639590b8b2 100644 --- a/arch/mips/pci/pci-sb1250.c +++ b/arch/mips/pci/pci-sb1250.c | |||
@@ -210,7 +210,6 @@ static int __init sb1250_pcibios_init(void) | |||
210 | void __iomem *io_map_base; | 210 | void __iomem *io_map_base; |
211 | uint32_t cmdreg; | 211 | uint32_t cmdreg; |
212 | uint64_t reg; | 212 | uint64_t reg; |
213 | extern int pci_probe_only; | ||
214 | 213 | ||
215 | /* CFE will assign PCI resources */ | 214 | /* CFE will assign PCI resources */ |
216 | pci_probe_only = 1; | 215 | pci_probe_only = 1; |