summaryrefslogtreecommitdiff
path: root/zephyr/emul/tcpc
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2022-01-24 10:19:09 -0700
committerCommit Bot <commit-bot@chromium.org>2022-01-24 22:10:52 +0000
commit19ebf7388f16fcb729f1a98f0d6c9a95df360260 (patch)
tree4db84645d39b3b3729b5644fc09f1e7f4a2b75e7 /zephyr/emul/tcpc
parenteee583791e3abedb3a0ae45927b83ccd203f2094 (diff)
downloadchrome-ec-19ebf7388f16fcb729f1a98f0d6c9a95df360260.tar.gz
zephyr: emul: use non-deprecated includes
Drop usage of deprecated <emul.h> for <drivers/emul.h> BRANCH=none BUG=none TEST=zmake configute --test test-drivers Signed-off-by: Aaron Massey <aaronmassey@google.com> Change-Id: I9e221f44fa3b70305916914c0bbeed21b6a6bed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3413067 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/emul/tcpc')
-rw-r--r--zephyr/emul/tcpc/emul_ps8xxx.c2
-rw-r--r--zephyr/emul/tcpc/emul_tcpci.c2
2 files changed, 2 insertions, 2 deletions
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 <device.h>
-#include <emul.h>
+#include <drivers/emul.h>
#include <drivers/i2c.h>
#include <drivers/i2c_emul.h>
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 <device.h>
-#include <emul.h>
+#include <drivers/emul.h>
#include <drivers/i2c.h>
#include <drivers/i2c_emul.h>
#include <drivers/gpio/gpio_emul.h>