diff options
Diffstat (limited to 'arch/mips/pci/pci.c')
-rw-r--r-- | arch/mips/pci/pci.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 2a1104512036..19f6d194a568 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
@@ -24,10 +24,6 @@ | |||
24 | * assignments. | 24 | * assignments. |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #define PCI_ASSIGN_ALL_BUSSES 1 | ||
28 | |||
29 | unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES; | ||
30 | |||
31 | /* | 27 | /* |
32 | * The PCI controller list. | 28 | * The PCI controller list. |
33 | */ | 29 | */ |
@@ -238,7 +234,7 @@ static int pcibios_enable_resources(struct pci_dev *dev, int mask) | |||
238 | 234 | ||
239 | unsigned int pcibios_assign_all_busses(void) | 235 | unsigned int pcibios_assign_all_busses(void) |
240 | { | 236 | { |
241 | return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0; | 237 | return 1; |
242 | } | 238 | } |
243 | 239 | ||
244 | int pcibios_enable_device(struct pci_dev *dev, int mask) | 240 | int pcibios_enable_device(struct pci_dev *dev, int mask) |