ARM: zynq: fix "'IO_SPACE_LIMIT' redefined" warning
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:
include/asm-generic/io.h:92:0: note: this is the location of the previous definition
 #define IO_SPACE_LIMIT 0xffff

Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent a47a52f commit 7aff4a78365ac6c3c5e62e04e27e556276ea3773
@Antony Pavlov Antony Pavlov authored on 22 Jan 2019
Sascha Hauer committed on 24 Jan 2019
Showing 1 changed file
View
arch/arm/mach-zynq/zynq.c