summaryrefslogtreecommitdiff
path: root/board/spring
diff options
context:
space:
mode:
Diffstat (limited to 'board/spring')
-rw-r--r--board/spring/board.c6
-rw-r--r--board/spring/board.h3
2 files changed, 0 insertions, 9 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);
diff --git a/board/spring/board.h b/board/spring/board.h
index 2b0f62e54a..67f16e9b44 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -146,9 +146,6 @@ enum charging_state;
void configure_board(void);
-/* Signal to AP that data is waiting */
-void board_interrupt_host(int active);
-
/* Initialize PMU registers using board settings */
int board_pmu_init(void);