diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-06-26 15:43:01 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-06-26 15:43:01 +0200 |
commit | 16f0bbbc1fbe0d09cda5b5b2dbbd6716026dfa7b (patch) | |
tree | 2d076972d723a17a499975812171609e1dd95c24 /arch/mips/mm | |
parent | TC: Handle device_register() errors. (diff) | |
download | linux-16f0bbbc1fbe0d09cda5b5b2dbbd6716026dfa7b.tar.xz linux-16f0bbbc1fbe0d09cda5b5b2dbbd6716026dfa7b.zip |
MIPS: Lasat: Fix build error if CRC32 is not enabled.
Kconfig doesn't select CRC32 so it's possible to build a Lasat kernel
without CONFIG_CRC32 resulting in a build error:
LD vmlinux
arch/mips/built-in.o: In function `lasat_init_board_info':
(.text+0x22c): undefined reference to `crc32_le'
arch/mips/built-in.o: In function `lasat_write_eeprom_info':
(.text+0x7fc): undefined reference to `crc32_le'
make: *** [vmlinux] Error 1
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
0 files changed, 0 insertions, 0 deletions