summaryrefslogtreecommitdiff
path: root/driver/ppc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-17 12:48:38 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-18 01:01:18 +0000
commitc6592056e0c3cf2288df86be8efb94784986fffa (patch)
tree147da0aee16703a9155c228934d02fec0f03fb49 /driver/ppc
parent2a7ab1df82ff20a22a938947e6bb7bd6f5a92c3f (diff)
downloadchrome-ec-c6592056e0c3cf2288df86be8efb94784986fffa.tar.gz
driver: ppc: Drop paths from driver/ppc files
These paths don't seem to be necessary and don't currently work with Zephyr. Drop them. BUG=b:175434113 BRANCH=none TEST=build zephyr for volteer emerge-volteer -q chromeos-ec Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I482a4a701265631439e3302c4a360e4cb5dba051 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2595220 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'driver/ppc')
-rw-r--r--driver/ppc/aoz1380.c2
-rw-r--r--driver/ppc/nx20p348x.c2
-rw-r--r--driver/ppc/sn5s330.c2
-rw-r--r--driver/ppc/syv682x.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/driver/ppc/aoz1380.c b/driver/ppc/aoz1380.c
index 98605fe08b..83b6d67795 100644
--- a/driver/ppc/aoz1380.c
+++ b/driver/ppc/aoz1380.c
@@ -14,7 +14,7 @@
#include "atomic.h"
#include "common.h"
#include "console.h"
-#include "driver/ppc/aoz1380.h"
+#include "aoz1380.h"
#include "hooks.h"
#include "system.h"
#include "tcpm.h"
diff --git a/driver/ppc/nx20p348x.c b/driver/ppc/nx20p348x.c
index 40a7bb792a..b23bc4192f 100644
--- a/driver/ppc/nx20p348x.c
+++ b/driver/ppc/nx20p348x.c
@@ -7,7 +7,7 @@
#include "common.h"
#include "console.h"
-#include "driver/ppc/nx20p348x.h"
+#include "nx20p348x.h"
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
diff --git a/driver/ppc/sn5s330.c b/driver/ppc/sn5s330.c
index 4d9a25d43b..4abf85cf50 100644
--- a/driver/ppc/sn5s330.c
+++ b/driver/ppc/sn5s330.c
@@ -12,7 +12,7 @@
#include "common.h"
#include "console.h"
-#include "driver/ppc/sn5s330.h"
+#include "sn5s330.h"
#include "hooks.h"
#include "i2c.h"
#include "system.h"
diff --git a/driver/ppc/syv682x.c b/driver/ppc/syv682x.c
index 43561b4bfb..ed3fc5a502 100644
--- a/driver/ppc/syv682x.c
+++ b/driver/ppc/syv682x.c
@@ -7,7 +7,7 @@
#include "common.h"
#include "config.h"
#include "console.h"
-#include "driver/ppc/syv682x.h"
+#include "syv682x.h"
#include "hooks.h"
#include "i2c.h"
#include "system.h"