summaryrefslogtreecommitdiff
path: root/board/bds
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-15 15:51:19 -0700
committerChromeBot <chrome-bot@google.com>2013-07-16 12:06:30 -0700
commit873e4425c5e27be3019b0ca47251e6fb94715bd3 (patch)
tree8b86b3dc1d766672b9fe370a72ad6a6f0ef74051 /board/bds
parentf8955d14b6ec61ac35b1f7d0bd6ecf6decf6b214 (diff)
downloadchrome-ec-873e4425c5e27be3019b0ca47251e6fb94715bd3.tar.gz
Remove unneeded direct includes of board.h and config.h
Both of these are included via common.h, which is in turn included by most other header files. Directly including board.h or config.h is redundant and discouraged. No code changes, just removing #includes. This is in preparation for making a top-level config.h file, but that change will be easier to review if it doesn't touch as many files. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I204bcebe5607c6e6808821eb071cfc31d2a93a7c Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/62121 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/bds')
-rw-r--r--board/bds/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bds/board.c b/board/bds/board.c
index d0808f4f37..2794ff06db 100644
--- a/board/bds/board.c
+++ b/board/bds/board.c
@@ -5,7 +5,6 @@
/* Stellaris EKB-LM4F-EAC board-specific configuration */
#include "adc.h"
-#include "board.h"
#include "gpio.h"
#include "i2c.h"
#include "lm4_adc.h"