linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / scsi / scsi_transport.h
index cca1d49..e7b1054 100644 (file)
@@ -48,22 +48,6 @@ struct scsi_transport_template {
         * True if the transport wants to use a host-based work-queue
         */
        unsigned int create_work_queue : 1;
-
-       /*
-        * Allows a transport to override the default error handler.
-        */
-       void (* eh_strategy_handler)(struct Scsi_Host *);
-
-       /*
-        * This is an optional routine that allows the transport to become
-        * involved when a scsi io timer fires. The return value tells the
-        * timer routine how to finish the io timeout handling:
-        * 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
-        */
-       enum scsi_eh_timer_return (* eh_timed_out)(struct scsi_cmnd *);
 };
 
 #define transport_class_to_shost(tc) \