Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 836a53f4 authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

thinkpad-acpi: make drivers/misc/thinkpad_acpi:fan_mutex static



This patch makes the needlessly global fan_mutex static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d3a6ade4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
static struct mutex fan_mutex;

static acpi_handle fans_handle, gfan_handle, sfan_handle;