Skip to content

Commit

Permalink
ACPI: make drivers/acpi/ec.c:ec_ecdt static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Adrian Bunk authored and Len Brown committed Dec 20, 2006
1 parent 6ccedb1 commit a854e08
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 a854e08

Please sign in to comment.