From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> allyesconfig on s390 fails like this because of lack of PCI: drivers/scsi/bnx2i/bnx2i_iscsi.c:760: error: implicit declaration of function 'pci_dev_get' Cc: Michael Chan <mchan@xxxxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> --- drivers/scsi/bnx2i/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6/drivers/scsi/bnx2i/Kconfig =================================================================== --- linux-2.6.orig/drivers/scsi/bnx2i/Kconfig +++ linux-2.6/drivers/scsi/bnx2i/Kconfig @@ -2,6 +2,7 @@ config SCSI_BNX2_ISCSI tristate "Broadcom NetXtreme II iSCSI support" select SCSI_ISCSI_ATTRS select CNIC + depends on PCI ---help--- This driver supports iSCSI offload for the Broadcom NetXtreme II devices. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html