]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/i2c/adi_i2c.c
ARM: uniphier: disable CONFIG_ARCH_FIXUP_FDT_MEMORY
[people/ms/u-boot.git] / drivers / i2c / adi_i2c.c
index c58f14a36e5217624f398c2cbb0ec540cb1c474c..d340639e1a00830104ef002b074430340c23a11f 100644 (file)
@@ -4,9 +4,13 @@
  * Copyright (c) 2006-2014 Analog Devices Inc.
  *
  * Licensed under the GPL-2 or later.
+ *
+ * NOTE: This driver should be converted to driver model before June 2017.
+ * Please see doc/driver-model/i2c-howto.txt for instructions.
  */
 
 #include <common.h>
+#include <console.h>
 #include <i2c.h>
 
 #include <asm/clock.h>