summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/kukui/board.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/kukui/board.c b/board/kukui/board.c
index adabd38ef9..102aab1c92 100644
--- a/board/kukui/board.c
+++ b/board/kukui/board.c
@@ -311,14 +311,6 @@ int board_get_version(void)
}
}
- /*
- * Disable ADC module after we detect the board version,
- * since this is the only thing ADC module needs to do
- * for this board.
- */
- if (version != BOARD_VERSION_UNKNOWN)
- adc_disable();
-
return version;
}