summaryrefslogtreecommitdiff
path: root/board/spring/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spring/board.c')
-rw-r--r--board/spring/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/spring/board.c b/board/spring/board.c
index cdb7abe3d7..e4d361a8ae 100644
--- a/board/spring/board.c
+++ b/board/spring/board.c
@@ -179,12 +179,6 @@ void board_i2c_post_init(int port)
}
}
-void board_interrupt_host(int active)
-{
- /* interrupt host by using active low EC_INT signal */
- gpio_set_level(GPIO_EC_INT, !active);
-}
-
static void board_startup_hook(void)
{
gpio_set_flags(GPIO_SUSPEND_L, INT_BOTH_PULL_UP);