]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/mxs_i2c.c
usb: sunxi: ohci: make ohci_t the first member in private data
[u-boot] / drivers / i2c / mxs_i2c.c
index 87e05c71254920802b41aba409601277a192de94..6766d3754794d323ab52252fe0b07e0c61fd6035 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Freescale i.MX28 I2C Driver
  *
  *
  * Which was based on a (non-working) driver which was:
  * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <malloc.h>
 #include <i2c.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/io.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>