Skip to content

Commit

Permalink
ARM: Fix RiscPC decompressor build errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King committed Mar 15, 2010
1 parent ccf50e2 commit 0d5e6f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-rpc/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ static inline void flush(void)
{
}

static void error(char *x);

/*
* Setup for decompression
*/
Expand Down

0 comments on commit 0d5e6f7

Please sign in to comment.