commit | 6d79b6c761dd76b947505340adb07c8b90296a9e | [log] [tgz] |
---|---|---|
author | Markus Böhme <markus.boehme@mailbox.org> | Fri Apr 01 01:04:05 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 04 13:47:15 2016 -0700 |
tree | 8529382f220096ae280b6cb082e3d4f702ebd96c | |
parent | 5a269ca9a6022b6fa19e68e92b38495844337abc [diff] |
staging/rdma/hfi1: select CRC32 The function parse_platform_config in firmware.c calls crc32_le. Building without CRC32 selected causes a link error: drivers/built-in.o: In function `parse_platform_config': (.text+0x92ffa): undefined reference to `crc32_le' Signed-off-by: Markus Böhme <markus.boehme@mailbox.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>