summaryrefslogtreecommitdiff
path: root/board/kano/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kano/board.c')
-rw-r--r--board/kano/board.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/kano/board.c b/board/kano/board.c
index 3b8af7090b..3701d5bfbf 100644
--- a/board/kano/board.c
+++ b/board/kano/board.c
@@ -40,13 +40,6 @@ const int usb_port_enable[USB_PORT_COUNT] = {
};
BUILD_ASSERT(ARRAY_SIZE(usb_port_enable) == USB_PORT_COUNT);
-/******************************************************************************/
-
-__override void board_cbi_init(void)
-{
- config_usb_db_type();
-}
-
/* Called on AP S3 -> S0 transition */
static void board_chipset_resume(void)
{