ACPICA: use new ACPI headers.
[deliverable/linux.git] / drivers / acpi / osl.c
index c1c2100fe133b0926eca78a1048e74a3ca61c127..a28f5b8972b42c6c589a2fd24126308fb4fecbe2 100644 (file)
@@ -245,7 +245,7 @@ acpi_os_install_interrupt_handler(u32 gsi, acpi_osd_handler handler,
         * FADT. It may not be the same if an interrupt source override exists
         * for the SCI.
         */
-       gsi = acpi_fadt.sci_int;
+       gsi = acpi_gbl_FADT.sci_interrupt;
        if (acpi_gsi_to_irq(gsi, &irq) < 0) {
                printk(KERN_ERR PREFIX "SCI (ACPI GSI %d) not registered\n",
                       gsi);
This page took 0.023563 seconds and 5 git commands to generate.