diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index a6c285585863..440145a02617 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -386,7 +386,7 @@ static u8 fan_control_initial_status; | |||
386 | static u8 fan_control_desired_level; | 386 | static u8 fan_control_desired_level; |
387 | static int fan_watchdog_maxinterval; | 387 | static int fan_watchdog_maxinterval; |
388 | 388 | ||
389 | struct mutex fan_mutex; | 389 | static struct mutex fan_mutex; |
390 | 390 | ||
391 | static acpi_handle fans_handle, gfan_handle, sfan_handle; | 391 | static acpi_handle fans_handle, gfan_handle, sfan_handle; |
392 | 392 | ||