ARM: uniphier: include <linux/io.h> from boot-device.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 10 Jul 2019 11:07:34 +0000 (20:07 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 10 Jul 2019 13:41:54 +0000 (22:41 +0900)
commitb521ea395803732784227bac1b6bad452db896d6
treecc073c6c0e5b84ac72efeb2c22bec66231874e86
parentef866f6f480720c3507145d02fa1e84d7d1bb9b3
ARM: uniphier: include <linux/io.h> from boot-device.c

This file calls readl(), so needs to include <linux/io.h>.
Currently, it relies on someone else including it.

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