[SCSI] kill unused scsi_scan_single_target()
[sfrench/cifs-2.6.git] / drivers / scsi / scsi_scan.c
index ce8456c3b718ff19f2074e69cecdcdb379d75b06..e8f6fee34c941c3c9c0f8452f63369efbce0b2b5 100644 (file)
@@ -1451,19 +1451,6 @@ void scsi_scan_host(struct Scsi_Host *shost)
 }
 EXPORT_SYMBOL(scsi_scan_host);
 
-/**
- * scsi_scan_single_target - scan the given SCSI target
- * @shost:         adapter to scan
- * @chan:          channel to scan
- * @id:            target id to scan
- **/
-void scsi_scan_single_target(struct Scsi_Host *shost, 
-       unsigned int chan, unsigned int id)
-{
-       scsi_scan_host_selected(shost, chan, id, SCAN_WILD_CARD, 1);
-}
-EXPORT_SYMBOL(scsi_scan_single_target);
-
 void scsi_forget_host(struct Scsi_Host *shost)
 {
        struct scsi_device *sdev;