summaryrefslogtreecommitdiff
path: root/chip/lm4/flash.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-04-25 15:56:10 -0700
committerRandall Spangler <rspangler@chromium.org>2012-04-25 15:56:10 -0700
commit5cd6f3cf7fd879018a00fe99c2dd7c8fa66c034d (patch)
treef9f4ccf6ba0516eb22d922a79961518241b78af4 /chip/lm4/flash.c
parent1aa57e140e3c8ef02c0140730dde3962d3eb821f (diff)
downloadchrome-ec-5cd6f3cf7fd879018a00fe99c2dd7c8fa66c034d.tar.gz
Remove unused uart.h includes
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=none Change-Id: I8f9c6e67427a5c7f2c42754b421db44504f9c10d
Diffstat (limited to 'chip/lm4/flash.c')
-rw-r--r--chip/lm4/flash.c1
1 files changed, 0 insertions, 1 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"