summaryrefslogtreecommitdiff
path: root/zephyr/program/geralt/src/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/geralt/src/backlight.c')
-rw-r--r--zephyr/program/geralt/src/backlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/program/geralt/src/backlight.c b/zephyr/program/geralt/src/backlight.c
index 8234191d22..cf03df4cd2 100644
--- a/zephyr/program/geralt/src/backlight.c
+++ b/zephyr/program/geralt/src/backlight.c
@@ -32,7 +32,7 @@ static void board_backlight_handler(struct ap_power_ev_callback *cb,
gpio_pin_set_dt(GPIO_DT_FROM_NODELABEL(gpio_ec_bl_en_od), value);
}
-static int install_backlight_handler(const struct device *unused)
+static int install_backlight_handler(void)
{
static struct ap_power_ev_callback cb;