X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_host.h;h=a6cf3e535c0bd738bab6a14c73c6d445d7f7575a;hb=c829c394165f981d49f05a9be228404d7a9398d4;hp=827992949c4bfe2b94635262483a4863aa0b2550;hpb=e6da74e1f20ea7822e52a9e4fbd3d25bd907e471;p=powerpc.git diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 827992949c..a6cf3e535c 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -146,20 +146,6 @@ struct scsi_host_template { int (* eh_bus_reset_handler)(struct scsi_cmnd *); int (* eh_host_reset_handler)(struct scsi_cmnd *); - /* - * This is an optional routine to notify the host that the scsi - * timer just fired. The returns tell the timer routine what to - * do about this: - * - * EH_HANDLED: I fixed the error, please complete the command - * EH_RESET_TIMER: I need more time, reset the timer and - * begin counting again - * EH_NOT_HANDLED Begin normal error recovery - * - * Status: OPTIONAL - */ - enum scsi_eh_timer_return (* eh_timed_out)(struct scsi_cmnd *); - /* * Before the mid layer attempts to scan for a new device where none * currently exists, it will call this entry in your driver. Should