summaryrefslogtreecommitdiff
path: root/board/host/chipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/chipset.c')
-rw-r--r--board/host/chipset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/host/chipset.c b/board/host/chipset.c
index 678d5a97e0..62e7151e06 100644
--- a/board/host/chipset.c
+++ b/board/host/chipset.c
@@ -16,7 +16,7 @@ static int chipset_state = CHIPSET_STATE_SOFT_OFF;
static int power_on_req;
static int power_off_req;
-test_mockable void chipset_reset(int cold_reset)
+test_mockable void chipset_reset(void)
{
fprintf(stderr, "Chipset reset!\n");
}