[ARM] 4523/1: S3C: Remove FIFO_MAX from uncompression headers

We've fixed up a number of faults with the uncompressors
so remove the now unused FIFO_MAX as it is not needed.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Ben Dooks and committed by Russell King dd1313a1 0d685cad

+2 -4
+2 -4
include/asm-arm/arch-s3c2410/uncompress.h
··· 1 /* linux/include/asm-arm/arch-s3c2410/uncompress.h 2 * 3 - * Copyright (c) 2003 Simtec Electronics 4 * Ben Dooks <ben@simtec.co.uk> 5 * 6 * S3C2410 - uncompress code ··· 22 #define S3C2410_GPIOREG(x) ((S3C24XX_PA_GPIO + (x))) 23 24 #include <asm/plat-s3c/uncompress.h> 25 - 26 - /* how many bytes we allow into the FIFO at a time in FIFO mode */ 27 - #define FIFO_MAX (14) 28 29 static inline int is_arm926(void) 30 {
··· 1 /* linux/include/asm-arm/arch-s3c2410/uncompress.h 2 * 3 + * Copyright (c) 2003, 2007 Simtec Electronics 4 + * http://armlinux.simtec.co.uk/ 5 * Ben Dooks <ben@simtec.co.uk> 6 * 7 * S3C2410 - uncompress code ··· 21 #define S3C2410_GPIOREG(x) ((S3C24XX_PA_GPIO + (x))) 22 23 #include <asm/plat-s3c/uncompress.h> 24 25 static inline int is_arm926(void) 26 {