diff options
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/acpi.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index 7c0ad634694a..2ec04c424a62 100644 --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c | |||
@@ -223,8 +223,11 @@ res_alloc_fail: | |||
223 | return; | 223 | return; |
224 | } | 224 | } |
225 | 225 | ||
226 | struct pci_bus * __devinit pci_acpi_scan_root(struct acpi_device *device, int domain, int busnum) | 226 | struct pci_bus * __devinit pci_acpi_scan_root(struct acpi_pci_root *root) |
227 | { | 227 | { |
228 | struct acpi_device *device = root->device; | ||
229 | int domain = root->segment; | ||
230 | int busnum = root->secondary.start; | ||
228 | struct pci_bus *bus; | 231 | struct pci_bus *bus; |
229 | struct pci_sysdata *sd; | 232 | struct pci_sysdata *sd; |
230 | int node; | 233 | int node; |