summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2015-04-07 10:10:19 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-07 23:20:14 +0000
commit7ebaf7ac94f0301a50e3e16ef4330bde2ceb2c13 (patch)
treeff7573d969fe5dbeb49bbd718f19a8a01ec0895f
parent30572cb5063aff322138de9466b11044b6f9a178 (diff)
downloadchrome-ec-7ebaf7ac94f0301a50e3e16ef4330bde2ceb2c13.tar.gz
console: remove CC_USBMS
Mass storage has been removed by https://chromium-review.googlesource.com/238763 We can remove the USBMS entry from console.h BUG=chromium:474394 BRANCH=none TEST=make -j buildall Change-Id: Ic18f205eb49be411988ad47151b6de678d08355e Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/264420 Reviewed-by: Anton Staaf <robotboy@chromium.org>
-rw-r--r--common/console_output.c1
-rw-r--r--include/console.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/common/console_output.c b/common/console_output.c
index 32042c5b51..974e090608 100644
--- a/common/console_output.c
+++ b/common/console_output.c
@@ -59,7 +59,6 @@ static const char * const channel_names[] = {
"task",
"thermal",
"usb",
- "usbms",
"usbcharge",
"usbpd",
"vboot",
diff --git a/include/console.h b/include/console.h
index 29599dda4b..ee6897821d 100644
--- a/include/console.h
+++ b/include/console.h
@@ -54,7 +54,6 @@ enum console_channel {
CC_TASK,
CC_THERMAL,
CC_USB,
- CC_USBMS,
CC_USBCHARGE,
CC_USBPD,
CC_VBOOT,