summaryrefslogtreecommitdiff
path: root/board/hammer
diff options
context:
space:
mode:
Diffstat (limited to 'board/hammer')
-rw-r--r--board/hammer/board.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/hammer/board.c b/board/hammer/board.c
index c6b5fa778b..c32341aa01 100644
--- a/board/hammer/board.c
+++ b/board/hammer/board.c
@@ -54,8 +54,7 @@ const void *const usb_strings[] = {
BUILD_ASSERT(ARRAY_SIZE(usb_strings) == USB_STR_COUNT);
/******************************************************************************
- * Support I2C bridging over USB, this requires usb_i2c_board_enable and
- * usb_i2c_board_disable to be defined to enable and disable the I2C bridge.
+ * Support I2C bridging over USB.
*/
#ifdef SECTION_IS_RW
@@ -78,9 +77,6 @@ const struct pwm_t pwm_channels[] = {
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);
-int usb_i2c_board_enable(void) { return EC_SUCCESS; }
-void usb_i2c_board_disable(void) {}
-
int usb_i2c_board_is_enabled(void)
{
/* Disable I2C passthrough when the system is locked */