Re: [PATCH v6 2/2] gpio: do not include on TARGET_BCMNS3

2020-07-29 Thread Tom Rini
On Tue, May 05, 2020 at 11:26:47PM +0530, Rayagonda Kokatanur wrote: > As no gpio.h is defined for this architecture, to avoid > compilation failure, do not include for > arch bcmns3. > > Signed-off-by: Rayagonda Kokatanur > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

[PATCH v6 2/2] gpio: do not include on TARGET_BCMNS3

2020-05-05 Thread Rayagonda Kokatanur
As no gpio.h is defined for this architecture, to avoid compilation failure, do not include for arch bcmns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- arch/arm/include/asm/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/gpio