diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-26 12:57:12 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 11:52:49 (GMT) |
commit | ebc89718a4b3fa0e440151fb4484541700828a5d (patch) | |
tree | 290f15b11f72298907a0b84b23d6685ceed06569 /mm | |
parent | 06a79b82b2a3e4bebb9a20638ca208c780e9e507 (diff) | |
download | linux-ebc89718a4b3fa0e440151fb4484541700828a5d.tar.xz |
MIPS: Fix build error for uncompressed non-plain vmlinux kernels
Seen on rm200_defconfig for example:
CC arch/mips/boot/compressed/decompress.o
/home/ralf/src/linux/upstream-linus/arch/mips/boot/compressed/decompress.c: In function ‘decompress_kernel’:
/home/ralf/src/linux/upstream-linus/arch/mips/boot/compressed/decompress.c:116: error: implicit declaration of function ‘decompress’
make[3]: *** [arch/mips/boot/compressed/decompress.o] Error 1
make[2]: *** [vmlinuz.ecoff] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions