commit | e520036f9d83899eba3707bf2a5eb4c1bf92df55 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Tue Jan 07 20:14:16 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 23 07:29:58 2020 -0500 |
tree | 9222da010f5d2f9d4c42a21a138601b178344a20 | |
parent | 17f34ca803a264324f79a798b6969d4b0cda1753 [diff] |
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>