Loading drivers/acpi/ec.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 */ /* 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; acpi_handle handle; unsigned long uid; unsigned long uid; unsigned long gpe; unsigned long gpe; Loading Loading
drivers/acpi/ec.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 */ /* 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; acpi_handle handle; unsigned long uid; unsigned long uid; unsigned long gpe; unsigned long gpe; Loading