]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: clean up board_init
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 29 Nov 2017 06:01:22 +0000 (15:01 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Dec 2017 12:59:52 +0000 (21:59 +0900)
commitac389b07493daa9db00749a415e679abcb1eb59a
treeebb4af578486efdda5437a1e24410577354d4444
parent02907004294d981fff9a7305ad9c6d8a0138f205
ARM: uniphier: clean up board_init

Remove unnecessary DECLARE_GLOBAL_DATA_PTR and header includes.

<common.h> has been replaced with <linux/errno.h> and <linux/printk.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/board_init.c