mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
b53e9b5ebd
Because of the include of the decompress_inflate.c file from boot/compress/misc.c, there are different flush() defines: In file included from arch/arm/boot/compressed/misc.c:249: arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro "flush" passed 2 arguments, but takes just 0 Fix this by removing the define of flush() in misc.c for CONFIG_DEBUG_ICEDCC as it's already defined in mach/uncompress.h, and that is being included unconditionally. Also use a static inline function instead of define for mach-mxc and mach-gemini to avoid similar bug for those platforms. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
include/mach | ||
audmux-v1.c | ||
audmux-v2.c | ||
clock.c | ||
cpu.c | ||
devices.c | ||
dma-mx1-mx2.c | ||
ehci.c | ||
gpio.c | ||
iomux-mx1-mx2.c | ||
iomux-v3.c | ||
irq.c | ||
Kconfig | ||
Makefile | ||
pwm.c | ||
system.c | ||
time.c | ||
ulpi.c |