dect
/
linux-2.6
Archived
13
0
Fork 0

ACPI: make drivers/acpi/ec.c:ec_ecdt static

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>
This commit is contained in:
Adrian Bunk 2006-12-19 12:56:12 -08:00 committed by Len Brown
parent 6ccedb10e3
commit a854e08a5a
1 changed files with 1 additions and 1 deletions

View File

@ -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;