summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2013-01-18 00:28:17 +0000
committerWolfgang Denk <wd@denx.de>2013-03-09 16:05:00 +0100
commit8327122b0d25a4be29292ff30293f1241bbcfb5b (patch)
tree67296caeaf6b1481992327a99c7b86d96783181d /board
parent47ce50e8d28a732b581ea86922b9f472f951469b (diff)
powerpc/82xx/km: removed unneeded ifdef
All boards from this serie uses i2c. So we can drop these unneeded defines. Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'board')
-rw-r--r--board/keymile/km82xx/km82xx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/keymile/km82xx/km82xx.c b/board/keymile/km82xx/km82xx.c
index fb77fbcbb2..f98844d317 100644
--- a/board/keymile/km82xx/km82xx.c
+++ b/board/keymile/km82xx/km82xx.c
@@ -31,10 +31,7 @@
#include <libfdt.h>
#endif
-#if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
#include <i2c.h>
-#endif
-
#include "../common/common.h"
/*