summaryrefslogtreecommitdiff
path: root/test/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/thermal.c')
-rw-r--r--test/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thermal.c b/test/thermal.c
index 485e19bfb5..ab3c7b5c54 100644
--- a/test/thermal.c
+++ b/test/thermal.c
@@ -53,7 +53,7 @@ void chipset_force_shutdown(void)
cpu_down = 1;
}
-void chipset_throttle_cpu(int throttled)
+void chipset_throttle_cpu_implementation(int throttled)
{
cpu_throttled = throttled;
}