diff options
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
-rw-r--r-- | drivers/scsi/scsi_scan.c | 13 |
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 | } |
1452 | EXPORT_SYMBOL(scsi_scan_host); | 1452 | EXPORT_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 | **/ | ||
1460 | void 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 | } | ||
1465 | EXPORT_SYMBOL(scsi_scan_single_target); | ||
1466 | |||
1467 | void scsi_forget_host(struct Scsi_Host *shost) | 1454 | void scsi_forget_host(struct Scsi_Host *shost) |
1468 | { | 1455 | { |
1469 | struct scsi_device *sdev; | 1456 | struct scsi_device *sdev; |