arm: mx6: kconfig: don't select CPU_V7 per board
[oweals/u-boot.git] / drivers / serial / serial_uniphier.c
index 74547eb692b19eedfbe9de2aabb30aafaebe3595..f21098607862062782bc61fc1fb9f234747ef582 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * Copyright (C) 2012-2015 Panasonic Corporation
- * Copyright (C) 2015      Socionext Inc.
- *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#include <linux/io.h>
 #include <linux/serial_reg.h>
-#include <asm/io.h>
 #include <asm/errno.h>
 #include <dm/device.h>
 #include <dm/platform_data/serial-uniphier.h>