summaryrefslogtreecommitdiff
path: root/chip/lm4/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/fan.c')
-rw-r--r--chip/lm4/fan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/fan.c b/chip/lm4/fan.c
index cf109573ff..663bcdab1d 100644
--- a/chip/lm4/fan.c
+++ b/chip/lm4/fan.c
@@ -134,7 +134,7 @@ static void fan_set_thermal_control_enabled(int enable)
}
/* The thermal task will only call this function with pct in [0,100]. */
-void pwm_fan_set_percent_needed(int pct)
+test_mockable void pwm_fan_set_percent_needed(int pct)
{
int rpm;