]> err.no Git - linux-2.6/blobdiff - include/scsi/scsi_host.h
[PATCH] gfp_t: dma-mapping (frv)
[linux-2.6] / include / scsi / scsi_host.h
index 540369ff815c29f292a93851d6934ddb4c45c1c9..69313ba7505b30323e37eb2134693d41c242512d 100644 (file)
@@ -467,8 +467,6 @@ struct Scsi_Host {
 
        struct list_head        eh_cmd_q;
        struct task_struct    * ehandler;  /* Error recovery thread. */
-       struct semaphore      * eh_wait;   /* The error recovery thread waits
-                                             on this. */
        struct semaphore      * eh_action; /* Wait for specific actions on the
                                           host. */
        unsigned int            eh_active:1; /* Indicates the eh thread is awake and active if