summaryrefslogtreecommitdiff
path: root/driver/bc12/mt6360.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-04 13:28:10 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-09 17:17:00 +0000
commit478248fdc135d773ae6dbb881a3fcea14093c042 (patch)
treede9e910dc425a5d8f24308e1b75fe37e652e1754 /driver/bc12/mt6360.c
parent34351ebad0f8903a6e10ddb019185955e1606d96 (diff)
downloadchrome-ec-478248fdc135d773ae6dbb881a3fcea14093c042.tar.gz
Create a public header for mt6360.c
Add a separate public header for this chip so we can include it from Zephyr. BUG=b:189855648 BRANCH=none TEST=make BOARD=hayato -j30 Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Iaf93bf7f0f7336b17d06bd5c5691624a3877a43b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2941807 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org> Tested-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'driver/bc12/mt6360.c')
-rw-r--r--driver/bc12/mt6360.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/bc12/mt6360.c b/driver/bc12/mt6360.c
index 4bd780190c..41b5b0e244 100644
--- a/driver/bc12/mt6360.c
+++ b/driver/bc12/mt6360.c
@@ -7,7 +7,7 @@
#include "charge_manager.h"
#include "console.h"
#include "crc8.h"
-#include "driver/bc12/mt6360.h"
+#include "mt6360.h"
#include "ec_commands.h"
#include "hooks.h"
#include "i2c.h"