summaryrefslogtreecommitdiff
path: root/board/arcada_ish/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/arcada_ish/board.c')
-rw-r--r--board/arcada_ish/board.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/arcada_ish/board.c b/board/arcada_ish/board.c
index 0c0fabc86e..3cddfa393a 100644
--- a/board/arcada_ish/board.c
+++ b/board/arcada_ish/board.c
@@ -86,19 +86,3 @@ int board_idle_task(void *unused)
while (1)
task_wait_event(-1);
}
-
-/*
- * Dummy functions to remove 'undefined' symbol link error for acpi.o
- * due to CONFIG_LPC flag
- * TODO(b/123634700): clean this up when implement EC->AP communication
- */
-#ifdef CONFIG_HOSTCMD_LPC
-int lpc_query_host_event_state(void)
-{
- return 0;
-}
-
-void lpc_set_acpi_status_mask(uint8_t mask)
-{
-}
-#endif