summaryrefslogtreecommitdiff
path: root/chip/mec1322/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/lpc.c')
-rw-r--r--chip/mec1322/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mec1322/lpc.c b/chip/mec1322/lpc.c
index c97b74760c..df40f563a9 100644
--- a/chip/mec1322/lpc.c
+++ b/chip/mec1322/lpc.c
@@ -357,7 +357,7 @@ void girq19_interrupt(void)
#ifdef CONFIG_CHIPSET_RESET_HOOK
/* Notify HOOK_CHIPSET_RESET */
- hook_call_deferred(lpc_chipset_reset, MSEC);
+ hook_call_deferred(&lpc_chipset_reset_data, MSEC);
#endif
}