From 19ebf7388f16fcb729f1a98f0d6c9a95df360260 Mon Sep 17 00:00:00 2001 From: Aaron Massey Date: Mon, 24 Jan 2022 10:19:09 -0700 Subject: zephyr: emul: use non-deprecated includes Drop usage of deprecated for BRANCH=none BUG=none TEST=zmake configute --test test-drivers Signed-off-by: Aaron Massey Change-Id: I9e221f44fa3b70305916914c0bbeed21b6a6bed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3413067 Reviewed-by: Jack Rosenthal --- zephyr/emul/tcpc/emul_ps8xxx.c | 2 +- zephyr/emul/tcpc/emul_tcpci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'zephyr/emul/tcpc') diff --git a/zephyr/emul/tcpc/emul_ps8xxx.c b/zephyr/emul/tcpc/emul_ps8xxx.c index 5a36f39cd1..cbee6a4f74 100644 --- a/zephyr/emul/tcpc/emul_ps8xxx.c +++ b/zephyr/emul/tcpc/emul_ps8xxx.c @@ -9,7 +9,7 @@ LOG_MODULE_REGISTER(ps8xxx_emul, CONFIG_TCPCI_EMUL_LOG_LEVEL); #include -#include +#include #include #include diff --git a/zephyr/emul/tcpc/emul_tcpci.c b/zephyr/emul/tcpc/emul_tcpci.c index 4a33a48f59..228a26ffab 100644 --- a/zephyr/emul/tcpc/emul_tcpci.c +++ b/zephyr/emul/tcpc/emul_tcpci.c @@ -9,7 +9,7 @@ LOG_MODULE_REGISTER(tcpci_emul, CONFIG_TCPCI_EMUL_LOG_LEVEL); #include -#include +#include #include #include #include -- cgit v1.2.1