Skip to content
Commit 6d79b6c7 authored by Markus Böhme's avatar Markus Böhme Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarkus Böhme <markus.boehme@mailbox.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5a269ca9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment