Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

block: rsxx: select CONFIG_CRC32

Without crc32, the driver fails to link:

arm-linux-gnueabi-ld: drivers/block/rsxx/config.o: in function `rsxx_load_config':
config.c:(.text+0x124): undefined reference to `crc32_le'

Fixes: 8722ff8cdbfa ("block: IBM RamSan 70/80 device driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Arnd Bergmann and committed by
Jens Axboe
36a106a4 dc304326

+1
+1
drivers/block/Kconfig
··· 445 445 config BLK_DEV_RSXX 446 446 tristate "IBM Flash Adapter 900GB Full Height PCIe Device Driver" 447 447 depends on PCI 448 + select CRC32 448 449 help 449 450 Device driver for IBM's high speed PCIe SSD 450 451 storage device: Flash Adapter 900GB Full Height.