Commit 9d4cf1a4 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] remove abort,reset methods from host templates

Due to the prototype changes they'd been giving warnings since before
2.6.0 was release, it's time to finally kill them.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 410f65ef
...@@ -145,15 +145,6 @@ struct scsi_host_template { ...@@ -145,15 +145,6 @@ struct scsi_host_template {
*/ */
enum scsi_eh_timer_return (* eh_timed_out)(struct scsi_cmnd *); enum scsi_eh_timer_return (* eh_timed_out)(struct scsi_cmnd *);
/*
* Old EH handlers, no longer used. Make them warn the user of old
* drivers by using a wrong type
*
* Status: MORE THAN OBSOLETE
*/
int (* abort)(int);
int (* reset)(int, int);
/* /*
* Before the mid layer attempts to scan for a new device where none * Before the mid layer attempts to scan for a new device where none
* currently exists, it will call this entry in your driver. Should * currently exists, it will call this entry in your driver. Should
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment