[SCSI] libata: implement minimal transport template for ->eh_timed_out
authorTejun Heo <htejun@gmail.com>
Sat, 18 Mar 2006 09:40:14 +0000 (18:40 +0900)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 21 Mar 2006 19:07:05 +0000 (13:07 -0600)
SCSI midlayer has moved hostt->eh_timed_out to transport template.  As
libata doesn't need full-blown transport support yet, implement
minimal transport for libata.  No transport class or whatsoever, just
empty transport template with ->eh_timed_out hook.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found