diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2013-01-21 03:55:13 +0000 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:47:19 -0600 |
commit | a5a614c129eaa6b9f0bdc2ea5da01789e18033b1 (patch) | |
tree | b7bb284495297273a2eb710e1bc527da3c95f8b6 /board | |
parent | 9a82b10c6657c5744802971036bb564ebc660291 (diff) | |
download | u-boot-imx-a5a614c129eaa6b9f0bdc2ea5da01789e18033b1.zip u-boot-imx-a5a614c129eaa6b9f0bdc2ea5da01789e18033b1.tar.gz u-boot-imx-a5a614c129eaa6b9f0bdc2ea5da01789e18033b1.tar.bz2 |
km/common: remove unneeded ifdefs for I2C
All boards from this serie use i2c. There is no need to #ifdef the
header.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/keymile/common/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 6f407b7..468c755 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -38,9 +38,7 @@ #include "post.h" #endif #include "common.h" -#if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C) #include <i2c.h> -#endif #if !defined(CONFIG_MPC83xx) static void i2c_write_start_seq(void); |