From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bhanu Prakash Gollapudi" Subject: Re: linux-next: Tree for Aug 25 Date: Fri, 26 Aug 2011 09:42:20 -0700 Message-ID: <4E57CCEC.9060000@broadcom.com> References: <20110825163515.0ed2cf354f61a3e9c53564b2@canb.auug.org.au> <885a6d6210a7d4c56601380f146e7ba9.squirrel@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <885a6d6210a7d4c56601380f146e7ba9.squirrel@xenotime.net> Sender: linux-scsi-owner@vger.kernel.org To: Randy Dunlap Cc: Stephen Rothwell , "linux-scsi@vger.kernel.org" , "linux-next@vger.kernel.org" , LKML , "robert.w.love@intel.com" , "devel@open-fcoe.org" List-Id: linux-next.vger.kernel.org On 8/26/2011 12:26 AM, Randy Dunlap wrote: > > On Wed, August 24, 2011 11:35 pm, Stephen Rothwell wrote: >> Hi all, >> >> The powerpc allyesconfig build still fails today. > > > CONFIG_FCOE is not enabled: > > drivers/scsi/bnx2fc/bnx2fc_fcoe.c: In function 'bnx2fc_net_config': > drivers/scsi/bnx2fc/bnx2fc_fcoe.c:765: error: 'NETDEV_FCOE_WWNN' > undeclared (first use in this function) > drivers/scsi/bnx2fc/bnx2fc_fcoe.c:771: error: 'NETDEV_FCOE_WWPN' > undeclared (first use in this function) > > > Maybe this driver should select FCOE? bnx2fc does not depend on FCOE. Instead both fcoe and bnx2fc drivers depend on LIBFCOE. So, I'll modify to access NETDEV_FCOE_WWNN/NETDEV_FCOE_WWPN when CONFIG_LIBFCOE is enabled. Patch will be submitted soon. Thanks, Bhanu > > ~Randy > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >