]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Pull ec into test branch
authorLen Brown <len.brown@intel.com>
Wed, 20 Dec 2006 07:52:33 +0000 (02:52 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 20 Dec 2006 07:52:33 +0000 (02:52 -0500)
drivers/acpi/ec.c

index 4a909bfb805cff49387cf1ef71f9efb6da63d569..08c12588af6910cf98d236823463dc8fb105eb01 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;