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-bcm1480.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-bcm1480.c')
-rw-r--r-- | arch/mips/pci/pci-bcm1480.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-bcm1480.c b/arch/mips/pci/pci-bcm1480.c index d19d262157f2..a9060c771840 100644 --- a/arch/mips/pci/pci-bcm1480.c +++ b/arch/mips/pci/pci-bcm1480.c | |||
@@ -202,7 +202,6 @@ static int __init bcm1480_pcibios_init(void) | |||
202 | { | 202 | { |
203 | uint32_t cmdreg; | 203 | uint32_t cmdreg; |
204 | uint64_t reg; | 204 | uint64_t reg; |
205 | extern int pci_probe_only; | ||
206 | 205 | ||
207 | /* CFE will assign PCI resources */ | 206 | /* CFE will assign PCI resources */ |
208 | pci_probe_only = 1; | 207 | pci_probe_only = 1; |