Skip to content

Commit

Permalink
[SCSI] ibmvscsi: Remove backend abstraction
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Herrenschmidt authored and James Bottomley committed Sep 24, 2012
1 parent 56163c2 commit 9965c2f
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 414 deletions.
6 changes: 1 addition & 5 deletions drivers/scsi/ibmvscsi/Makefile
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 9965c2f

Please sign in to comment.