diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-15 18:04:24 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-15 18:04:54 -0400 |
commit | 0d5e6f7ae8609b944c08e8a2f63f7d169c548134 (patch) | |
tree | a9462b648d9b2fe48577d1ed3f27683552b4a53e /arch/arm/mach-rpc | |
parent | ccf50e2341c4174d5579315e184ea312081acec6 (diff) |
ARM: Fix RiscPC decompressor build errors
arch/arm/boot/compressed/decompress.o: In function `do_decompress':
decompress.c:(.text+0x26e8): undefined reference to `error'
decompress.c:(.text+0x2760): undefined reference to `error'
decompress.c:(.text+0x27d8): undefined reference to `error'
decompress.c:(.text+0x2824): undefined reference to `error'
decompress.c:(.text+0x28f0): undefined reference to `error'
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc')
-rw-r--r-- | arch/arm/mach-rpc/include/mach/uncompress.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-rpc/include/mach/uncompress.h b/arch/arm/mach-rpc/include/mach/uncompress.h index d5862368c4f2..8c9e2c7161c6 100644 --- a/arch/arm/mach-rpc/include/mach/uncompress.h +++ b/arch/arm/mach-rpc/include/mach/uncompress.h | |||
@@ -109,8 +109,6 @@ static inline void flush(void) | |||
109 | { | 109 | { |
110 | } | 110 | } |
111 | 111 | ||
112 | static void error(char *x); | ||
113 | |||
114 | /* | 112 | /* |
115 | * Setup for decompression | 113 | * Setup for decompression |
116 | */ | 114 | */ |