OpenCloudOS-Kernel/drivers/scsi/qla2xxx
Randy Dunlap 6a38792ca8 scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS
There are other kconfig symbols which use SCSI_FC_ATTRS.
In order to maintain sanity and prevent kconfig warnings, change
all of these from using 'select' to using 'depends on' so that
proper symbol dependencies will be honored and circular depends
problems will be avoided.
This fixes kconfig warnings and build errors:

warning: (LIBFC && SCSI_IBMVFC && SCSI_QLA_FC && SCSI_LPFC && ZFCP && SCSI_BFA_FC && SCSI_CHELSIO_FCOE && FUSION_FC) selects SCSI_FC_ATTRS which has unmet direct dependencies (SCSI && NET)
drivers/scsi/scsi_transport_fc.c: In function 'fc_host_post_event':
drivers/scsi/scsi_transport_fc.c:543:7: error: 'scsi_nl_sock' undeclared (first use in this function)
drivers/scsi/scsi_transport_fc.c: In function 'fc_host_post_vendor_event':
drivers/scsi/scsi_transport_fc.c:611:7: error: 'scsi_nl_sock' undeclared (first use in this function)

Reported-by: Fengguang Wu <fengguang.wu@intel.com> [0-day test robot]
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-16 16:55:55 -04:00
..
Kconfig scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS 2014-09-16 16:55:55 -04:00
Makefile [SCSI] qla2xxx: Add support for ISP2071. 2014-03-15 10:18:50 -07:00
qla_attr.c qla2xxx: Add MBC option for fast SFP data access. 2014-05-19 13:31:05 +02:00
qla_bsg.c qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_bsg.h qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_dbg.c qla2xxx: Remove wait for online from host reset handler. 2014-05-19 13:31:06 +02:00
qla_dbg.h qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_def.h scsi: use 64-bit LUNs 2014-07-17 22:07:37 +02:00
qla_devtbl.h [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card. 2009-02-10 11:15:18 -05:00
qla_dfs.c qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_fw.h qla2xxx: Remove mapped vp index iterator macro dead code. 2014-05-19 13:31:05 +02:00
qla_gbl.h scsi: use 64-bit value for 'max_luns' 2014-07-17 22:07:38 +02:00
qla_gs.c qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_init.c qla2xxx: Use dma_zalloc_coherent 2014-07-25 17:16:55 -04:00
qla_inline.h qla2xxx: T10-Dif: add T10-PI support 2014-05-19 13:31:05 +02:00
qla_iocb.c scsi: use 64-bit LUNs 2014-07-17 22:07:37 +02:00
qla_isr.c scsi: use 64-bit LUNs 2014-07-17 22:07:37 +02:00
qla_mbx.c scsi: use 64-bit LUNs 2014-07-17 22:07:37 +02:00
qla_mid.c qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_mr.c scsi: use 64-bit LUNs 2014-07-17 22:07:37 +02:00
qla_mr.h qla2xxx: Adjust adapter reset routine to the changes in firmware specification for ISPFx00. 2014-05-19 13:31:03 +02:00
qla_nx.c qla2xxx: Don't check for firmware hung during the reset context for ISP82XX. 2014-05-19 13:31:04 +02:00
qla_nx.h qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_nx2.c qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the owner of the reset. 2014-05-19 13:31:04 +02:00
qla_nx2.h qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the owner of the reset. 2014-05-19 13:31:04 +02:00
qla_os.c scsi: use 64-bit value for 'max_luns' 2014-07-17 22:07:38 +02:00
qla_settings.h qla2xxx: Change copyright year to 2014 in all the source files. 2014-05-19 13:31:02 +02:00
qla_sup.c qla2xxx: Fix beacon blink logic for ISP26xx/83xx. 2014-05-19 13:31:05 +02:00
qla_target.c qla2xxx: Fix sparse warning in qla_target.c. 2014-06-25 13:29:31 +02:00
qla_target.h qla2xxx: Fix sparse warning in qla_target.c. 2014-06-25 13:29:31 +02:00
qla_tmpl.c qla2xxx: ISP27xx queue index shadow registers. 2014-05-19 13:31:04 +02:00
qla_tmpl.h qla2xxx: ISP27xx firmware dump template spec updates (including T274). 2014-05-19 13:31:04 +02:00
qla_version.h qla2xxx: Update the driver version to 8.07.00.08-k. 2014-05-19 13:31:06 +02:00
tcm_qla2xxx.c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending 2014-06-12 22:38:32 -07:00
tcm_qla2xxx.h qla2xxx: Convert to percpu_ida session tag pre-allocation 2014-06-03 19:18:42 -07:00