summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 18:11:38 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-08 00:23:58 +0000
commitf3d483ad3e662362a2916e211231c4d40251448b (patch)
tree8b6396e0d2515188e629c0a1396ebf14feb105af /board/cr50/board.c
parent52e31db1b3b3a7c9b9d29a1e0ba3c4da27b346cd (diff)
downloadchrome-ec-f3d483ad3e662362a2916e211231c4d40251448b.tar.gz
coil: rename i2cs files to i2cp
BUG=b:175244613 TEST=make buildall -j Change-Id: Iea0b26d4aec99509bc2db0ccc3ad8da701d63e79 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613505
Diffstat (limited to 'board/cr50/board.c')
-rw-r--r--board/cr50/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 6be3dff779..6968ac44bb 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -19,7 +19,7 @@
#include "ite_sync.h"
#include "hooks.h"
#include "i2c.h"
-#include "i2cs.h"
+#include "i2cp.h"
#include "init_chip.h"
#include "nvmem.h"
#include "nvmem_vars.h"