Skip to content

Commit

Permalink
[ARM] 4523/1: S3C: Remove FIFO_MAX from uncompression headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Jul 22, 2007
1 parent 0d685ca commit dd1313a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/asm-arm/arch-s3c2410/uncompress.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* 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
Expand All @@ -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;
Expand Down

0 comments on commit dd1313a

Please sign in to comment.