summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2015-01-30 10:49:26 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-31 04:32:30 +0000
commitd93544bbed59789f728527cb8c73f9997598130c (patch)
treea9c727b8d25d341071eeef772c0cf0001f9f73f9 /util
parent06db9a691151f03eff9f23981f582d8155cb255c (diff)
downloadchrome-ec-d93544bbed59789f728527cb8c73f9997598130c.tar.gz
mcdp28x0: Move structure definitions to ec_commands.h
mcdp_info is a logging payload, so related structures need to be moved to the public include file. BUG=chrome-os-partner:35935 TEST=make buildall -j BRANCH=Samus Change-Id: Idb939db884821fa85faafbfe643e713f5bcdbc59 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/244780 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/ectool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index 1e46e2de8f..251e604b84 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -17,7 +17,6 @@
#include "battery.h"
#include "comm-host.h"
#include "compile_time_macros.h"
-#include "driver/mcdp28x0.h"
#include "ec_flash.h"
#include "ectool.h"
#include "lightbar.h"