summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-29 08:30:00 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-30 17:53:56 (GMT)
commitf6e7f07c17bdf4c9c4c03375dc913b77c39dbe1d (patch)
treedc7c40878452b0131e5a0ce1c8f241907d324e55 /arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c
parent012681b1fa822492bb8fdc5c2dd3d24d6092e110 (diff)
downloadu-boot-f6e7f07c17bdf4c9c4c03375dc913b77c39dbe1d.tar.xz
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
In the Linux coding style, it is recommended to include <linux/io.h> rather than <asm/io.h>. Follow this trend. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c')
-rw-r--r--arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c b/arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c
index 85bb6a0..e78d6ab 100644
--- a/arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c
+++ b/arch/arm/mach-uniphier/ph1-pro4/early_pinctrl.c
@@ -1,11 +1,10 @@
/*
- * Copyright (C) 2011-2015 Panasonic Corporation
- * Copyright (C) 2015 Socionext Inc.
+ * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
-#include <asm/io.h>
+#include <linux/io.h>
#include <mach/sg-regs.h>
void early_pin_init(void)