summaryrefslogtreecommitdiff
path: root/zephyr/projects/brya
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/brya')
-rw-r--r--zephyr/projects/brya/battery_present.c2
-rw-r--r--zephyr/projects/brya/include/gpio_map.h2
-rw-r--r--zephyr/projects/brya/kblight_hooks.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/projects/brya/battery_present.c b/zephyr/projects/brya/battery_present.c
index 3eb2e0295f..5dc587293c 100644
--- a/zephyr/projects/brya/battery_present.c
+++ b/zephyr/projects/brya/battery_present.c
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include <drivers/gpio.h>
+#include <zephyr/drivers/gpio.h>
#include "battery.h"
#include "cbi.h"
diff --git a/zephyr/projects/brya/include/gpio_map.h b/zephyr/projects/brya/include/gpio_map.h
index 1859485918..98f3463132 100644
--- a/zephyr/projects/brya/include/gpio_map.h
+++ b/zephyr/projects/brya/include/gpio_map.h
@@ -6,7 +6,7 @@
#ifndef __ZEPHYR_GPIO_MAP_H
#define __ZEPHYR_GPIO_MAP_H
-#include <devicetree.h>
+#include <zephyr/devicetree.h>
#include <gpio_signal.h>
#define GPIO_ENTERING_RW GPIO_UNIMPLEMENTED
diff --git a/zephyr/projects/brya/kblight_hooks.c b/zephyr/projects/brya/kblight_hooks.c
index c56aeb5907..e00d8953db 100644
--- a/zephyr/projects/brya/kblight_hooks.c
+++ b/zephyr/projects/brya/kblight_hooks.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <drivers/gpio.h>
+#include <zephyr/drivers/gpio.h>
#include <stdbool.h>
#include <ap_power/ap_power.h>