i2c: mxc: Fix dev_err being called on a nonexistant variable
[platform/kernel/u-boot.git] / drivers / i2c / lpc32xx_i2c.c
index a95b5cc..6af2e97 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <common.h>
+#include <log.h>
 #include <asm/io.h>
 #include <i2c.h>
 #include <linux/errno.h>