summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
Diffstat (limited to 'power')
-rw-r--r--power/qcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/qcom.c b/power/qcom.c
index 6a98350814..f144468970 100644
--- a/power/qcom.c
+++ b/power/qcom.c
@@ -887,7 +887,7 @@ static void check_for_warm_reset_event(void)
}
}
-void chipset_reset(enum chipset_shutdown_reason reason)
+test_mockable void chipset_reset(enum chipset_shutdown_reason reason)
{
CPRINTS("%s(%d)", __func__, reason);
report_ap_reset(reason);