summaryrefslogtreecommitdiff
path: root/board/vell/usbc_config.h
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-10-19 18:25:00 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-17 07:51:28 +0000
commitc3e5f41eec1ea1138a6c9b93eacbbe0edcde907c (patch)
tree9a71c47ee4f0813c2f1c944020612009eb50aebf /board/vell/usbc_config.h
parent74686488a8204a0fcc983c6e44d6e8e1911668aa (diff)
downloadchrome-ec-c3e5f41eec1ea1138a6c9b93eacbbe0edcde907c.tar.gz
vell: Remove unused daughter-board types
Vell only has one daughter-board type. Remove other unused types. BUG=b:186907625 BRANCH=none TEST=make BOARD=vell Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I5d81b91eb396d8aa7bfa3c3b18c186a89889c03b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3276017 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/vell/usbc_config.h')
-rw-r--r--board/vell/usbc_config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/vell/usbc_config.h b/board/vell/usbc_config.h
index 5d08a446fb..f21e2c17dc 100644
--- a/board/vell/usbc_config.h
+++ b/board/vell/usbc_config.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Brya board-specific USB-C configuration */
+/* Vell board-specific USB-C configuration */
#ifndef __CROS_EC_USBC_CONFIG_H
#define __CROS_EC_USBC_CONFIG_H
@@ -17,6 +17,4 @@ enum usbc_port {
USBC_PORT_COUNT
};
-void config_usb_db_type(void);
-
#endif /* __CROS_EC_USBC_CONFIG_H */