summaryrefslogtreecommitdiff
path: root/zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c')
-rw-r--r--zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c b/zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c
index a8db0bdefe..58629cab82 100644
--- a/zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c
+++ b/zephyr/subsys/ap_pwrseq/x86_non_dsx_chipset_power_state.c
@@ -173,13 +173,12 @@ static void x86_non_dsx_chipset_state_exit_cb(const struct device *dev,
}
}
-static int x86_non_dsx_chipset_init_events(const struct device *dev)
+static int x86_non_dsx_chipset_init_events(void)
{
static struct ap_pwrseq_state_callback ap_pwrseq_entry_cb;
static struct ap_pwrseq_state_callback ap_pwrseq_exit_cb;
const struct device *ap_pwrseq_dev = ap_pwrseq_get_instance();
- ARG_UNUSED(dev);
power_signal_init();
ap_pwrseq_entry_cb.cb = x86_non_dsx_chipset_state_entry_cb;