summaryrefslogtreecommitdiff
path: root/board/pit
diff options
context:
space:
mode:
Diffstat (limited to 'board/pit')
-rw-r--r--board/pit/board.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/pit/board.h b/board/pit/board.h
index 2763979567..f4fc68b06d 100644
--- a/board/pit/board.h
+++ b/board/pit/board.h
@@ -27,16 +27,6 @@
#ifndef __ASSEMBLER__
-/* Module IDs */
-/* TODO(rspangler): use this in place of enum console_channel as well */
-enum module_id {
- MODULE_I2C,
- MODULE_POWER_LED,
- MODULE_SPI,
- MODULE_UART,
- MODULE_CHIPSET,
-};
-
/* Keyboard output port list */
#define KB_OUT_PORT_LIST GPIO_A, GPIO_B, GPIO_C