diff options
author | Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> | 2007-02-02 11:48:22 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:28 -0500 |
commit | cee324b145a1e5488b34191de670e5ed1d346ebb (patch) | |
tree | 9e00f815bda0db1a134b23c9495a71e643724c58 /drivers/acpi/osl.c | |
parent | ceb6c46839021d5c7c338d48deac616944660124 (diff) |
ACPICA: use new ACPI headers.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/osl.c')
-rw-r--r-- | drivers/acpi/osl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index c1c2100fe133..a28f5b8972b4 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -245,7 +245,7 @@ acpi_os_install_interrupt_handler(u32 gsi, acpi_osd_handler handler, | |||
245 | * FADT. It may not be the same if an interrupt source override exists | 245 | * FADT. It may not be the same if an interrupt source override exists |
246 | * for the SCI. | 246 | * for the SCI. |
247 | */ | 247 | */ |
248 | gsi = acpi_fadt.sci_int; | 248 | gsi = acpi_gbl_FADT.sci_interrupt; |
249 | if (acpi_gsi_to_irq(gsi, &irq) < 0) { | 249 | if (acpi_gsi_to_irq(gsi, &irq) < 0) { |
250 | printk(KERN_ERR PREFIX "SCI (ACPI GSI %d) not registered\n", | 250 | printk(KERN_ERR PREFIX "SCI (ACPI GSI %d) not registered\n", |
251 | gsi); | 251 | gsi); |