summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c')
-rw-r--r--zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c b/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
index 3c623b5aac..c32d1ccd14 100644
--- a/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
+++ b/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
@@ -46,7 +46,7 @@ static void espi_enable_callback(struct ap_power_ev_callback *cb,
}
}
-static int init_espi_enable_callback(const struct device *unused)
+static int init_espi_enable_callback(void)
{
static struct ap_power_ev_callback cb;