From a854e08a5a4f57d54991b3a40a80823dd548339d Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 19 Dec 2006 12:56:12 -0800 Subject: ACPI: make drivers/acpi/ec.c:ec_ecdt static Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- drivers/acpi/ec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/acpi/ec.c') diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index d713f769b72..e2cfc9e078e 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -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; -- cgit v1.2.3