diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-07-22 11:22:06 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-22 12:06:05 -0400 |
commit | dd1313a167a9d29c349b3244dffac274bb0bf486 (patch) | |
tree | 20df5b7ee19dde909a13b3d77ca1d96656ac7c16 /include/asm-arm | |
parent | 0d685cad354b773fbb6a698e73097f8b5aa4a342 (diff) |
[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>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-s3c2410/uncompress.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-arm/arch-s3c2410/uncompress.h b/include/asm-arm/arch-s3c2410/uncompress.h index 7058382a6405..48a5731ee988 100644 --- a/include/asm-arm/arch-s3c2410/uncompress.h +++ b/include/asm-arm/arch-s3c2410/uncompress.h | |||
@@ -1,6 +1,7 @@ | |||
1 | /* linux/include/asm-arm/arch-s3c2410/uncompress.h | 1 | /* linux/include/asm-arm/arch-s3c2410/uncompress.h |
2 | * | 2 | * |
3 | * Copyright (c) 2003 Simtec Electronics | 3 | * Copyright (c) 2003, 2007 Simtec Electronics |
4 | * http://armlinux.simtec.co.uk/ | ||
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 6 | * |
6 | * S3C2410 - uncompress code | 7 | * S3C2410 - uncompress code |
@@ -22,9 +23,6 @@ | |||
22 | 23 | ||
23 | #include <asm/plat-s3c/uncompress.h> | 24 | #include <asm/plat-s3c/uncompress.h> |
24 | 25 | ||
25 | /* how many bytes we allow into the FIFO at a time in FIFO mode */ | ||
26 | #define FIFO_MAX (14) | ||
27 | |||
28 | static inline int is_arm926(void) | 26 | static inline int is_arm926(void) |
29 | { | 27 | { |
30 | unsigned int cpuid; | 28 | unsigned int cpuid; |