summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-01-26 00:41:31 +0000
committerVincent Palatin <vpalatin@chromium.org>2012-01-26 01:32:30 +0000
commit1008124533d54497793a2059475391fd5b7efa9d (patch)
tree113ca6db1c6c322fb95b699df42d2e5319e00f6f /core
parent4cca2932efc82208b93c7b02fae4ea6c2e4944cd (diff)
downloadchrome-ec-1008124533d54497793a2059475391fd5b7efa9d.tar.gz
Remove useless header includes
Preparatory work to introduce a second SoC : 2nd series 2/4 Avoid introducing platform specific dependencies in common files where they are not necessary. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=build for BDS and Link Change-Id: If2ccd022e4956425222b55a5a48ca7522857e7f0
Diffstat (limited to 'core')
-rw-r--r--core/cortex-m/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cortex-m/timer.c b/core/cortex-m/timer.c
index 56b67a9d2f..9a32d6fa66 100644
--- a/core/cortex-m/timer.c
+++ b/core/cortex-m/timer.c
@@ -11,7 +11,6 @@
#include "timer.h"
#include "hwtimer.h"
#include "atomic.h"
-#include "board.h"
#include "console.h"
#include "uart.h"
#include "util.h"