[SCSI] libfc: needs CRC32
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 12 Jan 2009 18:50:58 +0000 (10:50 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:57:56 +0000 (12:57 -0500)
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 <randy.dunlap@oracle.com>
Acked-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Kconfig

index 8f0a5cb..898c2b5 100644 (file)
@@ -608,6 +608,7 @@ config SCSI_FLASHPOINT
 config LIBFC
        tristate "LibFC module"
        select SCSI_FC_ATTRS
+       select CRC32
        ---help---
          Fibre Channel library module