summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/cbi/cbi_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/cbi/cbi_eeprom.c')
-rw-r--r--zephyr/shim/src/cbi/cbi_eeprom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/src/cbi/cbi_eeprom.c b/zephyr/shim/src/cbi/cbi_eeprom.c
index 760defb22a..4b9d718ef0 100644
--- a/zephyr/shim/src/cbi/cbi_eeprom.c
+++ b/zephyr/shim/src/cbi/cbi_eeprom.c
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#include <drivers/eeprom.h>
-#include <drivers/gpio.h>
+#include <zephyr/drivers/eeprom.h>
+#include <zephyr/drivers/gpio.h>
#include "console.h"
#include "cros_board_info.h"