diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-19 15:56:12 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-20 00:44:39 -0500 |
commit | a854e08a5a4f57d54991b3a40a80823dd548339d (patch) | |
tree | 5a2d7854d21a05ffbc4b11065fb855fc917e5c4c | |
parent | 6ccedb10e39c34a4cb68f6c8dae67ecdd3e0b138 (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.c | 2 |
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 = { | |||
92 | }; | 92 | }; |
93 | 93 | ||
94 | /* If we find an EC via the ECDT, we need to keep a ptr to its context */ | 94 | /* If we find an EC via the ECDT, we need to keep a ptr to its context */ |
95 | struct acpi_ec { | 95 | static struct acpi_ec { |
96 | acpi_handle handle; | 96 | acpi_handle handle; |
97 | unsigned long uid; | 97 | unsigned long uid; |
98 | unsigned long gpe; | 98 | unsigned long gpe; |