From 041042627a750d7a141ce2392630464a24be39b5 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 9 May 2022 16:00:03 +0000 Subject: zephyr: add a zephyr/ prefix to all zephyr includes This adds a zephyr/ prefix to all #include path pointing to Zephyr header files, so that we could drop LEGACY_INCLUD_PATH once all upstream code has been converted. Generated using something similar to the script in: c7b5b3c419 samples: migrate includes to contain prefix BRANCH=none BUG=none TEST=cq dry run Signed-off-by: Fabio Baltieri Change-Id: I5ba2c859fe10a34ea8d3a49a612132ea4d02f2cb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3634345 Reviewed-by: Yuval Peress --- zephyr/shim/src/bc12_pi3usb9201.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zephyr/shim/src/bc12_pi3usb9201.c') diff --git a/zephyr/shim/src/bc12_pi3usb9201.c b/zephyr/shim/src/bc12_pi3usb9201.c index 57e4ed7b61..aac8dcd0a0 100644 --- a/zephyr/shim/src/bc12_pi3usb9201.c +++ b/zephyr/shim/src/bc12_pi3usb9201.c @@ -5,7 +5,7 @@ #define DT_DRV_COMPAT pericom_pi3usb9201 -#include +#include #include "bc12/pi3usb9201_public.h" #include "gpio/gpio_int.h" #include "hooks.h" -- cgit v1.2.1