diff options
Diffstat (limited to 'arch/mips/pmc-sierra/yosemite/ht-irq.c')
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/ht-irq.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/mips/pmc-sierra/yosemite/ht-irq.c b/arch/mips/pmc-sierra/yosemite/ht-irq.c index 5aec4057314e..86b98e98fb4f 100644 --- a/arch/mips/pmc-sierra/yosemite/ht-irq.c +++ b/arch/mips/pmc-sierra/yosemite/ht-irq.c | |||
@@ -35,18 +35,17 @@ | |||
35 | */ | 35 | */ |
36 | void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus) | 36 | void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus) |
37 | { | 37 | { |
38 | struct pci_bus *current_bus = bus; | 38 | struct pci_bus *current_bus = bus; |
39 | struct pci_dev *devices; | 39 | struct pci_dev *devices; |
40 | struct list_head *devices_link; | 40 | struct list_head *devices_link; |
41 | 41 | ||
42 | list_for_each(devices_link, &(current_bus->devices)) { | 42 | list_for_each(devices_link, &(current_bus->devices)) { |
43 | devices = pci_dev_b(devices_link); | 43 | devices = pci_dev_b(devices_link); |
44 | if (devices == NULL) | 44 | if (devices == NULL) |
45 | continue; | 45 | continue; |
46 | } | 46 | } |
47 | 47 | ||
48 | /* | 48 | /* |
49 | * PLX and SPKT related changes go here | 49 | * PLX and SPKT related changes go here |
50 | */ | 50 | */ |
51 | |||
52 | } | 51 | } |