From 5cd6f3cf7fd879018a00fe99c2dd7c8fa66c034d Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Wed, 25 Apr 2012 15:56:10 -0700 Subject: [PATCH] Remove unused uart.h includes Signed-off-by: Randall Spangler BUG=none TEST=none Change-Id: I8f9c6e67427a5c7f2c42754b421db44504f9c10d --- chip/lm4/flash.c | 1 - chip/lm4/gpio.c | 1 - chip/stm32l/spi.c | 1 - common/flash_common.c | 1 - common/hooks.c | 1 - common/keyboard.c | 1 - common/tmp006.c | 1 - 7 files changed, 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. */