Skip to content

Commit

Permalink
Pull ec into test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Dec 20, 2006
2 parents 40b20c2 + a854e08 commit 706b75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static struct acpi_driver acpi_ec_driver = {
};

/* If we find an EC via the ECDT, we need to keep a ptr to its context */
struct acpi_ec {
static struct acpi_ec {
acpi_handle handle;
unsigned long uid;
unsigned long gpe;
Expand Down

0 comments on commit 706b75d

Please sign in to comment.