Re: [PATCH v2] ARM: zynq: fix "'IO_SPACE_LIMIT' redefined" warning

2019-01-23 Thread Sascha Hauer
On Tue, Jan 22, 2019 at 09:38:25PM +0300, Antony Pavlov wrote: > The patch fixes the following compiler's warning: > > In file included from include/common.h:33:0, > from arch/arm/mach-zynq/zynq.c:18: > arch/arm/include/asm/io.h:4:0: warning: "IO_SPACE_LIMIT" redefined > #define

[PATCH v2] ARM: zynq: fix "'IO_SPACE_LIMIT' redefined" warning

2019-01-22 Thread Antony Pavlov
The patch fixes the following compiler's warning: In file included from include/common.h:33:0, from arch/arm/mach-zynq/zynq.c:18: arch/arm/include/asm/io.h:4:0: warning: "IO_SPACE_LIMIT" redefined #define IO_SPACE_LIMIT 0 In file included from arch/arm/mach-zynq/zynq.c:17:0: