]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/i2c-uniphier.c
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
[karo-tx-uboot.git] / drivers / i2c / i2c-uniphier.c
index c4972ff5012bcc5110c1c15beaf0f010ce7d1796..85b9eff5f81e7fa7e4b22450418a24c4a755f41f 100644 (file)
@@ -1,14 +1,12 @@
 /*
- * Copyright (C) 2014 Panasonic Corporation
- * Copyright (C) 2015 Socionext Inc.
- *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <linux/types.h>
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/errno.h>
 #include <dm/device.h>
 #include <dm/root.h>