summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_common_i2c.h
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/include/emul/emul_common_i2c.h
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/include/emul/emul_common_i2c.h')
-rw-r--r--zephyr/include/emul/emul_common_i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/include/emul/emul_common_i2c.h b/zephyr/include/emul/emul_common_i2c.h
index 39711108f0..a5ae0ba967 100644
--- a/zephyr/include/emul/emul_common_i2c.h
+++ b/zephyr/include/emul/emul_common_i2c.h
@@ -12,7 +12,7 @@
#ifndef __EMUL_COMMON_I2C_H
#define __EMUL_COMMON_I2C_H
-#include <emul.h>
+#include <drivers/emul.h>
#include <drivers/i2c.h>
#include <drivers/i2c_emul.h>