diff options
Diffstat (limited to 'arch/x86/pci/bus_numa.c')
-rw-r--r-- | arch/x86/pci/bus_numa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/pci/bus_numa.c b/arch/x86/pci/bus_numa.c index f3a2cfc14125..7bcf06a7cd12 100644 --- a/arch/x86/pci/bus_numa.c +++ b/arch/x86/pci/bus_numa.c | |||
@@ -31,7 +31,7 @@ void x86_pci_root_bus_resources(int bus, struct list_head *resources) | |||
31 | { | 31 | { |
32 | struct pci_root_info *info = x86_find_pci_root_info(bus); | 32 | struct pci_root_info *info = x86_find_pci_root_info(bus); |
33 | struct pci_root_res *root_res; | 33 | struct pci_root_res *root_res; |
34 | struct pci_host_bridge_window *window; | 34 | struct resource_entry *window; |
35 | bool found = false; | 35 | bool found = false; |
36 | 36 | ||
37 | if (!info) | 37 | if (!info) |
@@ -41,7 +41,7 @@ void x86_pci_root_bus_resources(int bus, struct list_head *resources) | |||
41 | bus); | 41 | bus); |
42 | 42 | ||
43 | /* already added by acpi ? */ | 43 | /* already added by acpi ? */ |
44 | list_for_each_entry(window, resources, list) | 44 | resource_list_for_each_entry(window, resources) |
45 | if (window->res->flags & IORESOURCE_BUS) { | 45 | if (window->res->flags & IORESOURCE_BUS) { |
46 | found = true; | 46 | found = true; |
47 | break; | 47 | break; |