summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_sbc.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-10-10 21:37:17 (GMT)
committerNicholas Bellinger <nab@linux-iscsi.org>2012-11-07 04:55:45 (GMT)
commit48c2567d1a10b5a2cab72b37775b886b08f88726 (patch)
tree0d30560ee9db1e06cca6ed0111036a713850bae6 /drivers/target/target_core_sbc.c
parentc87fbd5656f263f0fc1c37d20f402797c068232e (diff)
downloadlinux-48c2567d1a10b5a2cab72b37775b886b08f88726.tar.xz
target: remove ->get_device_rev
Now that the reservations and ALUA code have been cleaned up there is no need for the get_device_rev method, as we only need the standards revision in the inquiry data, where we can hardcode it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_sbc.c')
-rw-r--r--drivers/target/target_core_sbc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/target/target_core_sbc.c b/drivers/target/target_core_sbc.c
index 0168695..a4eb9c5 100644
--- a/drivers/target/target_core_sbc.c
+++ b/drivers/target/target_core_sbc.c
@@ -604,12 +604,6 @@ out_invalid_cdb_field:
}
EXPORT_SYMBOL(sbc_parse_cdb);
-u32 sbc_get_device_rev(struct se_device *dev)
-{
- return SCSI_SPC_2; /* Returns SPC-3 in Initiator Data */
-}
-EXPORT_SYMBOL(sbc_get_device_rev);
-
u32 sbc_get_device_type(struct se_device *dev)
{
return TYPE_DISK;