* [PATCH] remove abort,reset methods from host templates
@ 2004-09-14 18:25 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-09-14 18:25 UTC (permalink / raw)
To: jejb; +Cc: linux-scsi
Due to the prototype changes they'd been giving warnings since before
2.6.0 was release, it's time to finally kill them.
--- 1.19/include/scsi/scsi_host.h 2004-06-27 00:40:26 +02:00
+++ edited/include/scsi/scsi_host.h 2004-08-29 00:23:48 +02:00
@@ -146,15 +146,6 @@
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
* currently exists, it will call this entry in your driver. Should
* your driver need to allocate any structs or perform any other init
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-14 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-14 18:25 [PATCH] remove abort,reset methods from host templates Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.