summaryrefslogtreecommitdiff
path: root/include
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 /include
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>
Diffstat (limited to 'include')
-rw-r--r--include/console.h1
1 files changed, 0 insertions, 1 deletions
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,