arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro.
[oweals/u-boot.git] / arch / powerpc / cpu / mpc8260 / i2c.c
index 8658ebdadd6a9afa2576b5063428481716cab08a..a0de101329140e6ae5fb4ab465485cf046d34687 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <common.h>
+#include <console.h>
 
 #if defined(CONFIG_HARD_I2C)