[SCSI] Fix erratic device offline during EH
[linux-2.6-microblaze.git] / include / scsi / scsi_driver.h
index d443aa0..20fdfc2 100644 (file)
@@ -16,7 +16,7 @@ struct scsi_driver {
 
        void (*rescan)(struct device *);
        int (*done)(struct scsi_cmnd *);
-       int (*eh_action)(struct scsi_cmnd *, unsigned char *, int, int);
+       int (*eh_action)(struct scsi_cmnd *, int);
 };
 #define to_scsi_driver(drv) \
        container_of((drv), struct scsi_driver, gendrv)