Re: [PATCH 7/8] gpio: do not include on ARCH_BCM68360

2020-01-23 Thread Tom Rini
On Tue, Jan 07, 2020 at 08:14:16PM +0100, Philippe Reynes wrote: > As no gpio.h is defined for this architecture, to avoid > compilation failure, do not include for > arch bcm68360. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

[PATCH 7/8] gpio: do not include on ARCH_BCM68360

2020-01-07 Thread Philippe Reynes
As no gpio.h is defined for this architecture, to avoid compilation failure, do not include for arch bcm68360. Signed-off-by: Philippe Reynes --- arch/arm/include/asm/gpio.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/include/asm/gpio.h