From ff26a502efbb8ff0697ca9c885f14a204a5f279e Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Tue, 22 Oct 2002 01:43:39 -0700 Subject: ACPI: EC update - Move call to acpi_ec_query out of the interrupt handler. This will ensure that we do not try to acquire the Global Lock at interrupt level. - Get the handle for the ECDT. --- include/linux/acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/acpi.h b/include/linux/acpi.h index cb30a1c7878a..58b82b4d016a 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -330,7 +330,7 @@ struct acpi_table_ecdt { acpi_generic_address ec_data; u32 uid; u8 gpe_bit; - char *ec_id; + char ec_id[0]; } __attribute__ ((packed)); /* Table Handlers */ -- cgit v1.2.3