mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
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:
committed by
ChromeOS Commit Bot
parent
30572cb506
commit
7ebaf7ac94
@@ -59,7 +59,6 @@ static const char * const channel_names[] = {
|
||||
"task",
|
||||
"thermal",
|
||||
"usb",
|
||||
"usbms",
|
||||
"usbcharge",
|
||||
"usbpd",
|
||||
"vboot",
|
||||
|
||||
@@ -54,7 +54,6 @@ enum console_channel {
|
||||
CC_TASK,
|
||||
CC_THERMAL,
|
||||
CC_USB,
|
||||
CC_USBMS,
|
||||
CC_USBCHARGE,
|
||||
CC_USBPD,
|
||||
CC_VBOOT,
|
||||
|
||||
Reference in New Issue
Block a user