summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-07-30 03:32:26 +0200
committerJames Bottomley <JBottomley@Parallels.com>2012-09-24 10:11:09 +0200
commit9965c2f19be470c452357ae4f6304467cdeada55 (patch)
tree9cc718d3b2c8c0e4687c6d939a0e59f408caa6ac /drivers/scsi/ibmvscsi/Makefile
parent[SCSI] qla4xxx: Update driver version to 5.03.00-k0 (diff)
downloadlinux-9965c2f19be470c452357ae4f6304467cdeada55.tar.xz
linux-9965c2f19be470c452357ae4f6304467cdeada55.zip
[SCSI] ibmvscsi: Remove backend abstraction
Now that the iSeries code is gone the backend abstraction in this driver is no longer necessary, which allows us to consolidate the driver in one file. The side effect is that the module name is now ibmvscsi.ko which matches the driver hotplug name and fixes auto-load issues. [jejb:fix up checkpatch.pl errors] Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Robert Jennings <rcj@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ibmvscsi/Makefile')
-rw-r--r--drivers/scsi/ibmvscsi/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/ibmvscsi/Makefile b/drivers/scsi/ibmvscsi/Makefile
index ff5b5c5538ee..cb150d1e5850 100644
--- a/drivers/scsi/ibmvscsi/Makefile
+++ b/drivers/scsi/ibmvscsi/Makefile
@@ -1,7 +1,3 @@
-obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsic.o
-
-ibmvscsic-y += ibmvscsi.o
-ibmvscsic-$(CONFIG_PPC_PSERIES) += rpa_vscsi.o
-
+obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi.o
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvstgt.o
obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o