diff options
Diffstat (limited to 'tools/intel_lid.c')
-rw-r--r-- | tools/intel_lid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_lid.c b/tools/intel_lid.c index 7bcb63a7..0703e2e1 100644 --- a/tools/intel_lid.c +++ b/tools/intel_lid.c @@ -118,7 +118,7 @@ int main(int argc, char **argv) { int swf14, acpi_lid; - intel_get_mmio(intel_get_pci_device()); + intel_mmio_use_pci_bar(intel_get_pci_device()); while (1) { swf14 = INREG(SWF14); |