diff options
author | Christoph Hellwig <hch@lst.de> | 2014-04-15 12:26:51 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-07-17 22:07:43 +0200 |
commit | f6667938cfceefd8afe6355ceb6497dce4883ae9 (patch) | |
tree | 7bbb7cf0bd0810dc8abc80a19976c7e47498c35e /drivers/scsi/Makefile | |
parent | 074dc37a7b7b008ce1382ed4eec3f0008e541ba7 (diff) | |
download | talos-obmc-linux-f6667938cfceefd8afe6355ceb6497dce4883ae9.tar.gz talos-obmc-linux-f6667938cfceefd8afe6355ceb6497dce4883ae9.zip |
libsrp: removal
Remove the libsrp module which was only used by the now removed ibmvstgt
driver.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index aacad2f077ea..e069e95a2f96 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -127,7 +127,6 @@ obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o obj-$(CONFIG_SCSI_SNI_53C710) += 53c700.o sni_53c710.o obj-$(CONFIG_SCSI_NSP32) += nsp32.o obj-$(CONFIG_SCSI_IPR) += ipr.o -obj-$(CONFIG_SCSI_SRP) += libsrp.o obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi/ obj-$(CONFIG_SCSI_IBMVFC) += ibmvscsi/ obj-$(CONFIG_SCSI_HPTIOP) += hptiop.o |