summaryrefslogtreecommitdiff
path: root/chip/lm4/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/pwm.c')
-rw-r--r--chip/lm4/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/pwm.c b/chip/lm4/pwm.c
index c60a6be296..b7284c2bee 100644
--- a/chip/lm4/pwm.c
+++ b/chip/lm4/pwm.c
@@ -67,4 +67,4 @@ static void pwm_init(void)
}
/* The chip-specific fan module initializes before this. */
-DECLARE_HOOK(HOOK_INIT, pwm_init, HOOK_PRIO_DEFAULT);
+DECLARE_HOOK(HOOK_INIT, pwm_init, HOOK_PRIO_INIT_PWM);