Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a854e08a authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

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



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 6ccedb10
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;