summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_kblight/pwm_kblight.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_kblight/pwm_kblight.c')
-rw-r--r--zephyr/drivers/cros_kblight/pwm_kblight.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/drivers/cros_kblight/pwm_kblight.c b/zephyr/drivers/cros_kblight/pwm_kblight.c
index c58d6cae06..b57adff26d 100644
--- a/zephyr/drivers/cros_kblight/pwm_kblight.c
+++ b/zephyr/drivers/cros_kblight/pwm_kblight.c
@@ -5,9 +5,9 @@
#define DT_DRV_COMPAT cros_ec_kblight_pwm
-#include <devicetree.h>
-#include <drivers/pwm.h>
-#include <logging/log.h>
+#include <zephyr/devicetree.h>
+#include <zephyr/drivers/pwm.h>
+#include <zephyr/logging/log.h>
#include "common.h"
#include "keyboard_backlight.h"