mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
9a82b10c66
commit
a5a614c129
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue