summaryrefslogtreecommitdiff
path: root/driver/accel_kionix.c
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-04-21 13:37:31 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-23 06:38:36 +0000
commit8f5e1b1a719606d253423e69c6518ece408bd114 (patch)
tree26d4bd570c1fcca15d99264e467a013fc8df9bc6 /driver/accel_kionix.c
parente1297cb9e7418c341049ff7918849c08ccbda953 (diff)
downloadchrome-ec-8f5e1b1a719606d253423e69c6518ece408bd114.tar.gz
driver: kionix: fix imports for zephyr
In Zephyr builds we don't add the root platform/ec in the include path so we'll need to remove the "driver/" prefix BRANCH=none BUG=b:185966444 TEST=make buildall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: Ib757d4c7459e6f99178e03f1ef7fa1fc5e413c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2844790 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'driver/accel_kionix.c')
-rw-r--r--driver/accel_kionix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/accel_kionix.c b/driver/accel_kionix.c
index 476a0341d9..8206710fc5 100644
--- a/driver/accel_kionix.c
+++ b/driver/accel_kionix.c
@@ -12,9 +12,9 @@
#include "accelgyro.h"
#include "common.h"
#include "console.h"
-#include "driver/accel_kionix.h"
-#include "driver/accel_kx022.h"
-#include "driver/accel_kxcj9.h"
+#include "accel_kionix.h"
+#include "accel_kx022.h"
+#include "accel_kxcj9.h"
#include "i2c.h"
#include "math_util.h"
#include "motion_orientation.h"