From: Randy Dunlap Date: Mon, 12 Jan 2009 18:50:58 +0000 (-0800) Subject: [SCSI] libfc: needs CRC32 X-Git-Tag: v2.6.30-rc1~641^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d943aeebc5194f3c6a81fb139ba406040324e4f3;p=pandora-kernel.git [SCSI] libfc: needs CRC32 libfc uses crc32 functions, so cause it to be built via select: drivers/built-in.o: In function `fc_frame_crc_check': (.text+0x75dae): undefined reference to `crc32_le' drivers/built-in.o: In function `fc_fcp_recv': fc_fcp.c:(.text+0x7b919): undefined reference to `crc32_le' fc_fcp.c:(.text+0x7b9d5): undefined reference to `crc32_le' fc_fcp.c:(.text+0x7ba54): undefined reference to `crc32_le' Signed-off-by: Randy Dunlap Acked-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed