gpio: do not include <asm/arch/gpio.h> on ARCH_QEMU
authorHarm Berntsen <harm.berntsen@nedap.com>
Fri, 30 Oct 2020 08:45:15 +0000 (08:45 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:14:15 +0000 (15:14 -0500)
commit30569b47dbc496f1de38932b3970e6d2ae52ca10
tree4cb31b52b1770c5f2048e589692d97b0607a1308
parentc9d7e79f02ef8184ab854fef5decc2f100447cef
gpio: do not include <asm/arch/gpio.h> on ARCH_QEMU

As no gpio.h is defined for this architecture, to avoid
compilation failure, do not include <asm/arch/gpio.h> for
QEMU.

Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
arch/arm/include/asm/gpio.h