diff options
-rw-r--r-- | chip/lm4/flash.c | 1 | ||||
-rw-r--r-- | chip/lm4/gpio.c | 1 | ||||
-rw-r--r-- | chip/stm32l/spi.c | 1 | ||||
-rw-r--r-- | common/flash_common.c | 1 | ||||
-rw-r--r-- | common/hooks.c | 1 | ||||
-rw-r--r-- | common/keyboard.c | 1 | ||||
-rw-r--r-- | common/tmp006.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/chip/lm4/flash.c b/chip/lm4/flash.c index 7557c094aa..99289b4280 100644 --- a/chip/lm4/flash.c +++ b/chip/lm4/flash.c @@ -8,7 +8,6 @@ #include "flash.h" #include "registers.h" #include "timer.h" -#include "uart.h" #include "util.h" #include "watchdog.h" diff --git a/chip/lm4/gpio.c b/chip/lm4/gpio.c index 114e1a37a1..09be616771 100644 --- a/chip/lm4/gpio.c +++ b/chip/lm4/gpio.c @@ -12,7 +12,6 @@ #include "registers.h" #include "task.h" #include "timer.h" -#include "uart.h" #include "util.h" diff --git a/chip/stm32l/spi.c b/chip/stm32l/spi.c index 76d64eee94..9c171079e0 100644 --- a/chip/stm32l/spi.c +++ b/chip/stm32l/spi.c @@ -16,7 +16,6 @@ #include "spi.h" #include "task.h" #include "timer.h" -#include "uart.h" #include "util.h" diff --git a/common/flash_common.c b/common/flash_common.c index 0c458911ae..36caa5e96a 100644 --- a/common/flash_common.c +++ b/common/flash_common.c @@ -9,7 +9,6 @@ #include "flash.h" #include "gpio.h" #include "registers.h" -#include "uart.h" #include "util.h" #define PERSIST_STATE_VERSION 1 diff --git a/common/hooks.c b/common/hooks.c index e8a64ebeb7..b2626a9aa9 100644 --- a/common/hooks.c +++ b/common/hooks.c @@ -7,7 +7,6 @@ #include "hooks.h" #include "link_defs.h" -#include "uart.h" #include "util.h" struct hook_ptrs { diff --git a/common/keyboard.c b/common/keyboard.c index 0e56a6dd9c..198b6a9817 100644 --- a/common/keyboard.c +++ b/common/keyboard.c @@ -18,7 +18,6 @@ #include "system.h" #include "task.h" #include "timer.h" -#include "uart.h" #include "util.h" #include "x86_power.h" diff --git a/common/tmp006.c b/common/tmp006.c index f95706ca1b..9ecc8084e3 100644 --- a/common/tmp006.c +++ b/common/tmp006.c @@ -15,7 +15,6 @@ #include "task.h" #include "temp_sensor.h" #include "tmp006.h" -#include "uart.h" #include "util.h" /* Defined in board_temp_sensor.c. */ |