[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <273D38FBE7C6FE46A1689FCD014A0B8B28A124F4@azsmsx505.amr.corp.intel.com>
Date: Mon, 12 Jan 2009 17:05:00 -0700
From: "Love, Robert W" <robert.w.love@...el.com>
To: Randy Dunlap <randy.dunlap@...cle.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
CC: "linux-next@...r.kernel.org" <linux-next@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
scsi <linux-scsi@...r.kernel.org>,
James Bottomley <James.Bottomley@...senPartnership.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: RE: [PATCH -next] libfc: needs CRC32
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> 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@...cle.com>
Acked-by: Robert Love <robert.w.love@...el.com>
> ---
> drivers/scsi/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20090112.orig/drivers/scsi/Kconfig
> +++ linux-next-20090112/drivers/scsi/Kconfig
> @@ -608,6 +608,7 @@ config SCSI_FLASHPOINT
> config LIBFC
> tristate "LibFC module"
> select SCSI_FC_ATTRS
> + select CRC32
> ---help---
> Fibre Channel library module
>
>
> --
> ~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists