]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] ibmvscsi: Remove backend abstraction
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Jul 2012 01:32:26 +0000 (11:32 +1000)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 24 Sep 2012 08:11:09 +0000 (12:11 +0400)
commitf1425f357830df7b719c63033ae2a79eefb1edda
tree9cc718d3b2c8c0e4687c6d939a0e59f408caa6ac
parent27d02b843c0c3f096773fa70026aa656412b4d4a
[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>
drivers/scsi/ibmvscsi/Makefile
drivers/scsi/ibmvscsi/ibmvscsi.c
drivers/scsi/ibmvscsi/ibmvscsi.h
drivers/scsi/ibmvscsi/rpa_vscsi.c [deleted file]