projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ccedb1
)
ACPI: make drivers/acpi/ec.c:ec_ecdt static
author
Adrian Bunk
<bunk@stusta.de>
Tue, 19 Dec 2006 20:56:12 +0000
(12:56 -0800)
committer
Len Brown
<len.brown@intel.com>
Wed, 20 Dec 2006 05:44:39 +0000
(
00:44
-0500)
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>
drivers/acpi/ec.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/ec.c
b/drivers/acpi/ec.c
index
d713f76
..
e2cfc9e
100644
(file)
--- 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 {
+st
atic st
ruct acpi_ec {
acpi_handle handle;
unsigned long uid;
unsigned long gpe;