From 8f5e1b1a719606d253423e69c6518ece408bd114 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Wed, 21 Apr 2021 13:37:31 -0600 Subject: 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 Change-Id: Ib757d4c7459e6f99178e03f1ef7fa1fc5e413c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2844790 Reviewed-by: Keith Short --- driver/accel_kionix.c | 6 +++--- 1 file 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" -- cgit v1.2.1