aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_eh.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-09-06 14:15:37 +0200
committerJames Bottomley <jejb@mulgrave.(none)>2005-09-06 17:26:37 -0500
commitfe1b2d544d71300f8e2d151c3c77a130d13a58be (patch)
tree770c8c9e857bb4d0bf7c96d831e35f91f2e11f9e /include/scsi/scsi_eh.h
parent[SCSI] switch EH thread startup to the kthread API (diff)
downloadlinux-dev-fe1b2d544d71300f8e2d151c3c77a130d13a58be.tar.xz
linux-dev-fe1b2d544d71300f8e2d151c3c77a130d13a58be.zip
[SCSI] unexport scsi_add_timer/scsi_delete_timer
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi/scsi_eh.h')
-rw-r--r--include/scsi/scsi_eh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/scsi/scsi_eh.h b/include/scsi/scsi_eh.h
index 80557f879e3e..4b71095be681 100644
--- a/include/scsi/scsi_eh.h
+++ b/include/scsi/scsi_eh.h
@@ -27,9 +27,6 @@ struct scsi_sense_hdr { /* See SPC-3 section 4.5 */
};
-extern void scsi_add_timer(struct scsi_cmnd *, int,
- void (*)(struct scsi_cmnd *));
-extern int scsi_delete_timer(struct scsi_cmnd *);
extern void scsi_report_bus_reset(struct Scsi_Host *, int);
extern void scsi_report_device_reset(struct Scsi_Host *, int, int);
extern int scsi_block_when_processing_errors(struct scsi_device *);