summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-12-19 12:56:12 -0800
committerLen Brown <len.brown@intel.com>2006-12-20 00:44:39 -0500
commita854e08a5a4f57d54991b3a40a80823dd548339d (patch)
tree5a2d7854d21a05ffbc4b11065fb855fc917e5c4c
parent6ccedb10e39c34a4cb68f6c8dae67ecdd3e0b138 (diff)
ACPI: make drivers/acpi/ec.c:ec_ecdt static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/acpi/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index d713f769b72d..e2cfc9e078e9 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -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;