Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd1313a1 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0d685cad
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
/* linux/include/asm-arm/arch-s3c2410/uncompress.h
 *
 * Copyright (c) 2003 Simtec Electronics
 * Copyright (c) 2003, 2007 Simtec Electronics
 *	http://armlinux.simtec.co.uk/
 *	Ben Dooks <ben@simtec.co.uk>
 *
 * S3C2410 - uncompress code
@@ -22,9 +23,6 @@

#include <asm/plat-s3c/uncompress.h>

/* how many bytes we allow into the FIFO at a time in FIFO mode */
#define FIFO_MAX	 (14)

static inline int is_arm926(void)
{
	unsigned int cpuid;