diff options
author | Len Brown <len.brown@intel.com> | 2006-12-20 02:52:33 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-20 02:52:33 -0500 |
commit | 706b75ddbe36d20d071424f9867385c319b67f8d (patch) | |
tree | eda263b99266a5bae21cb7731a23ca4fb20c592c | |
parent | 40b20c257a13c5a526ac540bc5e43d0fdf29792a (diff) | |
parent | a854e08a5a4f57d54991b3a40a80823dd548339d (diff) |
Pull ec into test branch
-rw-r--r-- | drivers/acpi/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 4a909bfb805c..08c12588af69 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
@@ -92,7 +92,7 @@ static struct acpi_driver acpi_ec_driver = { | |||
92 | }; | 92 | }; |
93 | 93 | ||
94 | /* If we find an EC via the ECDT, we need to keep a ptr to its context */ | 94 | /* If we find an EC via the ECDT, we need to keep a ptr to its context */ |
95 | struct acpi_ec { | 95 | static struct acpi_ec { |
96 | acpi_handle handle; | 96 | acpi_handle handle; |
97 | unsigned long uid; | 97 | unsigned long uid; |
98 | unsigned long gpe; | 98 | unsigned long gpe; |