From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- drivers/acpi/ec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/ec.c~make-drivers-acpi-eccec_ecdt-static drivers/acpi/ec.c --- a/drivers/acpi/ec.c~make-drivers-acpi-eccec_ecdt-static +++ a/drivers/acpi/ec.c @@ -93,7 +93,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_bit; _