
9 May
2009
9 May
'09
9:51 p.m.
remove include - it's not needed any more.
Signed-off-by: Wolfgang Denk wd@denx.de Cc: John Rigby jcrigby@gmail.com --- cpu/mpc512x/i2c.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/cpu/mpc512x/i2c.c b/cpu/mpc512x/i2c.c index 4f6bc86..812f24a 100644 --- a/cpu/mpc512x/i2c.c +++ b/cpu/mpc512x/i2c.c @@ -29,7 +29,6 @@ DECLARE_GLOBAL_DATA_PTR;
#ifdef CONFIG_HARD_I2C
-#include <mpc512x.h> #include <i2c.h>
#define immr ((immap_t *)CONFIG_SYS_IMMR)
--
1.6.0.6