]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/zynq_i2c.c
Merge git://git.denx.de/u-boot-i2c
[u-boot] / drivers / i2c / zynq_i2c.c
index 380863bde148d83707f746376ec0757d23e9c4f0..85be58fee2daa40d07b89cb9e5c89b8e701425c8 100644 (file)
@@ -8,12 +8,15 @@
  * Copyright (c) 2012-2013 Xilinx, Michal Simek
  *
  * SPDX-License-Identifier:    GPL-2.0+
+ *
+ * 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 <asm/io.h>
 #include <i2c.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/arch/hardware.h>
 
 /* i2c register set */