Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/pseries: remove duplicate SCSI_BNX2_ISCSI in pseries_defconfig

Remove duplicate assignment of SCSI_BNX2_ISCSI in pseries_defconfig
introduced by:
37e0c21e powerpc/pseries: Enable iSCSI support for a number of cards

causes warning:
arch/powerpc/configs/pseries_defconfig:151:warning: override: reassigning to symbol SCSI_BNX2_ISCSI

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

authored by

Michael Neuling and committed by
Benjamin Herrenschmidt
937c190c 82a9a480

-1
-1
arch/powerpc/configs/pseries_defconfig
··· 148 148 CONFIG_SCSI_CXGB3_ISCSI=m 149 149 CONFIG_SCSI_CXGB4_ISCSI=m 150 150 CONFIG_SCSI_BNX2_ISCSI=m 151 - CONFIG_SCSI_BNX2_ISCSI=m 152 151 CONFIG_BE2ISCSI=m 153 152 CONFIG_SCSI_IBMVSCSI=y 154 153 CONFIG_SCSI_IBMVFC=m