Commit c055ad89 authored by David S. Miller's avatar David S. Miller

[PATCH] Fix scsi breakage

A recent change that went into BK-2.5 removed the next member of the
scsi host and replaced it with lists, which is cool, but this broke a
few common drivers.

Here is the fix for aic7xxx_old.
parent 0733326d
......@@ -30,14 +30,10 @@
* to do with card config are filled in after the card is detected.
*/
#define AIC7XXX { \
next: NULL, \
module: NULL, \
proc_info: aic7xxx_proc_info, \
name: NULL, \
detect: aic7xxx_detect, \
release: aic7xxx_release, \
info: aic7xxx_info, \
command: NULL, \
queuecommand: aic7xxx_queue, \
eh_strategy_handler: NULL, \
eh_abort_handler: NULL, \
......
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