summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/switchcap_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/switchcap_gpio.c')
-rw-r--r--zephyr/shim/src/switchcap_gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/src/switchcap_gpio.c b/zephyr/shim/src/switchcap_gpio.c
index 9d08a78917..18f8344943 100644
--- a/zephyr/shim/src/switchcap_gpio.c
+++ b/zephyr/shim/src/switchcap_gpio.c
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#include <devicetree.h>
-#include <drivers/gpio.h>
+#include <zephyr/devicetree.h>
+#include <zephyr/drivers/gpio.h>
#include "common.h"
/* TODO(b/218600962): Consolidate switchcap code. */