ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void)
[safe/jmp/linux-2.6] / arch / arm / boot / compressed / misc.c
index 7e0fe4d..af6479f 100644 (file)
@@ -88,7 +88,6 @@ static void icedcc_putc(int ch)
 #endif
 
 #define putc(ch)       icedcc_putc(ch)
-#define flush()        do { } while (0)
 #endif
 
 static void putstr(const char *ptr)