projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a6ade
)
thinkpad-acpi: make drivers/misc/thinkpad_acpi:fan_mutex static
author
Adrian Bunk
<bunk@stusta.de>
Sat, 28 Apr 2007 19:19:38 +0000
(21:19 +0200)
committer
Len Brown
<len.brown@intel.com>
Sun, 29 Apr 2007 01:52:49 +0000
(21:52 -0400)
This patch makes the needlessly global fan_mutex static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/thinkpad_acpi.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/thinkpad_acpi.h
b/drivers/misc/thinkpad_acpi.h
index a6c285585863cf50d6b1a32a6f8ea7786e577065..440145a026174c90bfcf85a05bc434d5504a3c21 100644
(file)
--- a/
drivers/misc/thinkpad_acpi.h
+++ b/
drivers/misc/thinkpad_acpi.h
@@
-386,7
+386,7
@@
static u8 fan_control_initial_status;
static u8 fan_control_desired_level;
static int fan_watchdog_maxinterval;
-struct mutex fan_mutex;
+st
atic st
ruct mutex fan_mutex;
static acpi_handle fans_handle, gfan_handle, sfan_handle;