diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci-acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index 7e2829538a4c..441326c44138 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c | |||
@@ -143,7 +143,7 @@ static struct pci_platform_pm_ops acpi_pci_platform_pm = { | |||
143 | static int acpi_pci_find_device(struct device *dev, acpi_handle *handle) | 143 | static int acpi_pci_find_device(struct device *dev, acpi_handle *handle) |
144 | { | 144 | { |
145 | struct pci_dev * pci_dev; | 145 | struct pci_dev * pci_dev; |
146 | acpi_integer addr; | 146 | u64 addr; |
147 | 147 | ||
148 | pci_dev = to_pci_dev(dev); | 148 | pci_dev = to_pci_dev(dev); |
149 | /* Please ref to ACPI spec for the syntax of _ADR */ | 149 | /* Please ref to ACPI spec for the syntax of _ADR */ |