RE: [PATCH 3] scsi: fix build errors, SCSI_FC_ATTRS needs to depend on SCSI && NET

2014-09-15 Thread Anish Bhatt
...@gmail.com Subject: Re: [PATCH 3] scsi: fix build errors, SCSI_FC_ATTRS needs to depend on SCSI && NET On 09/15/14 20:00, Anish Bhatt wrote: >> >> Doesn't fix make warnings, but SCSI_FC_ATTRS can no longer be selected >> without >> NET. Though both ia64 and p

Re: [PATCH 3] scsi: fix build errors, SCSI_FC_ATTRS needs to depend on SCSI && NET

2014-09-15 Thread David Miller
From: Randy Dunlap Date: Mon, 15 Sep 2014 17:20:42 -0700 > From: Randy Dunlap > > Fix build errors when CONFIG_SCSI_NETLINK is enabled but > CONFIG_NET is not enabled: ... > Signed-off-by: Randy Dunlap Applied, thanks a lot Randy. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 3] scsi: fix build errors, SCSI_FC_ATTRS needs to depend on SCSI && NET

2014-09-15 Thread Randy Dunlap
On 09/15/14 20:00, Anish Bhatt wrote: > > Doesn't fix make warnings, but SCSI_FC_ATTRS can no longer be selected without > NET. Though both ia64 and powerpc emit a lot of unmet dependency warnings as > is > on defconfig You mean these kconfig warnings? After merging the net tree, today's li

RE: [PATCH 3] scsi: fix build errors, SCSI_FC_ATTRS needs to depend on SCSI && NET

2014-09-15 Thread Anish Bhatt
> From : Randy Dunlap [rdun...@infradead.org] > Sent: Monday, September 15, 2014 5:20 PM > To: Anish Bhatt; net...@vger.kernel.org; jbottom...@parallels.com; David > Miller > Cc: linux-scsi@vger.kernel.org; mc...@broadcom.com; eddie@broadcom.com; > jim.ep...@gmail.com > Subject: [PATCH 3] scs