aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
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 20:29:18 -0500
commit13ec92b33e4f41b81b3a237ad1d9a588a81f2f03 (patch)
treec4fbddf53e80c3f93ccd09e2a08ea3ac13322ef7 /include/scsi/scsi_host.h
parent[SCSI] Add an 'Issue LIP' device attribute in fc_transport class (diff)
downloadlinux-dev-13ec92b33e4f41b81b3a237ad1d9a588a81f2f03.tar.xz
linux-dev-13ec92b33e4f41b81b3a237ad1d9a588a81f2f03.zip
[SCSI] kill unused scsi_scan_single_target()
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index ea7ad7235397..ecd53d7872d2 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -638,8 +638,6 @@ extern void scsi_flush_work(struct Scsi_Host *);
extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
extern int __must_check scsi_add_host(struct Scsi_Host *, struct device *);
extern void scsi_scan_host(struct Scsi_Host *);
-extern void scsi_scan_single_target(struct Scsi_Host *, unsigned int,
- unsigned int);
extern void scsi_rescan_device(struct device *);
extern void scsi_remove_host(struct Scsi_Host *);
extern struct Scsi_Host *scsi_host_get(struct Scsi_Host *);