summaryrefslogtreecommitdiff
path: root/board/ampton
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2019-07-15 07:13:15 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-17 02:23:30 +0000
commit5b4d4edff0d4cd6cf0293799e60bda21e9d0155a (patch)
treec80dffade7a238e07a50a4a77ebbc7dc26341eb4 /board/ampton
parent283338b878bf47fe8f371729b399320225472b1b (diff)
downloadchrome-ec-5b4d4edff0d4cd6cf0293799e60bda21e9d0155a.tar.gz
cleanup: Segregate USB MUX related drivers in usb_mux folder
BUG=none BRANCH=none TEST=make buildall -j Change-Id: If44a363d1288cbfabe5c6545e550f2b8fc623227 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1700793 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/ampton')
-rw-r--r--board/ampton/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ampton/board.c b/board/ampton/board.c
index 08cb017489..9a9ed5c3c7 100644
--- a/board/ampton/board.c
+++ b/board/ampton/board.c
@@ -17,7 +17,7 @@
#include "driver/sync.h"
#include "driver/tcpm/it83xx_pd.h"
#include "driver/tcpm/ps8xxx.h"
-#include "driver/usb_mux_it5205.h"
+#include "driver/usb_mux/it5205.h"
#include "extpower.h"
#include "gpio.h"
#include "hooks.h"