aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-10-24 18:01:11 -0400
committerJames Bottomley <jejb@mulgrave.(none)>2005-10-28 21:29:18 -0400
commit13ec92b33e4f41b81b3a237ad1d9a588a81f2f03 (patch)
treec4fbddf53e80c3f93ccd09e2a08ea3ac13322ef7 /drivers/scsi/scsi_scan.c
parent91ca7b01ecc916632202180569a7ddbfccfc3f05 (diff)
[SCSI] kill unused scsi_scan_single_target()
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
-rw-r--r--drivers/scsi/scsi_scan.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
index ce8456c3b718..e8f6fee34c94 100644
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -1451,19 +1451,6 @@ void scsi_scan_host(struct Scsi_Host *shost)
1451} 1451}
1452EXPORT_SYMBOL(scsi_scan_host); 1452EXPORT_SYMBOL(scsi_scan_host);
1453 1453
1454/**
1455 * scsi_scan_single_target - scan the given SCSI target
1456 * @shost: adapter to scan
1457 * @chan: channel to scan
1458 * @id: target id to scan
1459 **/
1460void scsi_scan_single_target(struct Scsi_Host *shost,
1461 unsigned int chan, unsigned int id)
1462{
1463 scsi_scan_host_selected(shost, chan, id, SCAN_WILD_CARD, 1);
1464}
1465EXPORT_SYMBOL(scsi_scan_single_target);
1466
1467void scsi_forget_host(struct Scsi_Host *shost) 1454void scsi_forget_host(struct Scsi_Host *shost)
1468{ 1455{
1469 struct scsi_device *sdev; 1456 struct scsi_device *sdev;