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>
This commit is contained in:
Gwendal Grignou
2015-04-07 10:10:19 -07:00
committed by ChromeOS Commit Bot
parent 30572cb506
commit 7ebaf7ac94
2 changed files with 0 additions and 2 deletions

View File

@@ -59,7 +59,6 @@ static const char * const channel_names[] = {
"task",
"thermal",
"usb",
"usbms",
"usbcharge",
"usbpd",
"vboot",

View File

@@ -54,7 +54,6 @@ enum console_channel {
CC_TASK,
CC_THERMAL,
CC_USB,
CC_USBMS,
CC_USBCHARGE,
CC_USBPD,
CC_VBOOT,