Commit 72f53520 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] restore missing error handlers for ncr53c8xx

Again so we dont forget to fix this
parent 6d2173a4
......@@ -76,6 +76,8 @@ int ncr53c8xx_release(struct Scsi_Host *);
info: ncr53c8xx_info, \
queuecommand: ncr53c8xx_queue_command,\
slave_attach: ncr53c8xx_slave_attach, \
abort: ncr53c8xx_abort, \
reset: ncr53c8xx_reset, \
can_queue: SCSI_NCR_CAN_QUEUE, \
this_id: 7, \
sg_tablesize: SCSI_NCR_SG_TABLESIZE, \
......
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