From 7ebaf7ac94f0301a50e3e16ef4330bde2ceb2c13 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Tue, 7 Apr 2015 10:10:19 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/264420 Reviewed-by: Anton Staaf --- common/console_output.c | 1 - include/console.h | 1 - 2 files changed, 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,