From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Apr 3 (scsi/lpfc) Date: Mon, 3 Apr 2017 10:20:58 -0700 Message-ID: <79805f28-6d5c-fa04-4335-60a51b274250@infradead.org> References: <20170403181304.13b3160f@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from bombadil.infradead.org ([65.50.211.133]:43081 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbdDCRVA (ORCPT ); Mon, 3 Apr 2017 13:21:00 -0400 In-Reply-To: <20170403181304.13b3160f@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Linux-Next Mailing List Cc: Linux Kernel Mailing List , linux-scsi , james smart , dick kennedy On 04/03/17 01:13, Stephen Rothwell wrote: > Hi all, > > Changes since 20170331: > on i386: when SCSI_LPFC=y and CONFIG_NVME_CORE=m CONFIG_BLK_DEV_NVME=m CONFIG_BLK_DEV_NVME_SCSI=y CONFIG_NVME_FABRICS=m CONFIG_NVME_FC=m CONFIG_NVME_TARGET=m drivers/built-in.o: In function `lpfc_nvme_create_localport': (.text+0x28ce6b): undefined reference to `nvme_fc_register_localport' drivers/built-in.o: In function `lpfc_nvme_destroy_localport': (.text+0x28d263): undefined reference to `nvme_fc_unregister_remoteport' drivers/built-in.o: In function `lpfc_nvme_destroy_localport': (.text+0x28d2d3): undefined reference to `nvme_fc_unregister_localport' drivers/built-in.o: In function `lpfc_nvme_register_port': (.text+0x28d576): undefined reference to `nvme_fc_register_remoteport' drivers/built-in.o: In function `lpfc_nvme_unregister_port': (.text+0x28d93c): undefined reference to `nvme_fc_unregister_remoteport' so SCSI_LPFC depends on NVME_FC... Reported-by: Randy Dunlap -- ~Randy