summaryrefslogtreecommitdiff
path: root/board/plankton
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2019-11-19 10:15:35 -0800
committerCommit Bot <commit-bot@chromium.org>2019-11-22 02:02:15 +0000
commitb6e36785982074af5638c456f305871f1465d460 (patch)
tree1d8537c283419139d881b7321b28be5927c61b06 /board/plankton
parent2748f2cbe6850d9ec7a307f53b3025924e25bf05 (diff)
downloadchrome-ec-b6e36785982074af5638c456f305871f1465d460.tar.gz
cleanup: Segregate ioexpander related drivers in ioexpander folder
BUG=none BRANCH=none TEST=make buildall -j Change-Id: I7fe9ab23254dbd8515936d10ad6782305e76236c Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1925173 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/plankton')
-rw-r--r--board/plankton/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/plankton/board.c b/board/plankton/board.c
index 3f8e718f0e..551642fae0 100644
--- a/board/plankton/board.c
+++ b/board/plankton/board.c
@@ -12,7 +12,7 @@
#include "hooks.h"
#include "i2c.h"
#include "ina2xx.h"
-#include "ioexpander_pca9534.h"
+#include "pca9534.h"
#include "registers.h"
#include "system.h"
#include "task.h"