summaryrefslogtreecommitdiff
path: root/include/linux/acpi.h
diff options
context:
space:
mode:
authorAndy Grover <agrover@groveronline.com>2002-10-22 01:43:39 -0700
committerAndy Grover <agrover@groveronline.com>2002-10-22 01:43:39 -0700
commitff26a502efbb8ff0697ca9c885f14a204a5f279e (patch)
treee6fd6fd03f218fb9ef6e37cff2cb70f4a7b5b54b /include/linux/acpi.h
parent7e167397f7e003336ddcc8d28571ff3232298f42 (diff)
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.
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r--include/linux/acpi.h2
1 files changed, 1 insertions, 1 deletions
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 */