Pull ec into test branch
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / acpi / ec.c
index 4a909bf..08c1258 100644 (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;