gpio: do not include <asm/arch/gpio.h> on ARCH_BCM68360
authorPhilippe Reynes <philippe.reynes@softathome.com>
Tue, 7 Jan 2020 19:14:16 +0000 (20:14 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2020 12:29:58 +0000 (07:29 -0500)
commite520036f9d83899eba3707bf2a5eb4c1bf92df55
tree9222da010f5d2f9d4c42a21a138601b178344a20
parent17f34ca803a264324f79a798b6969d4b0cda1753
gpio: do not include <asm/arch/gpio.h> on ARCH_BCM68360

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

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/include/asm/gpio.h