aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index d713f769b72d..e2cfc9e078e9 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 */
95struct acpi_ec { 95static 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;