[SCSI] aic79xx: fix boot panic with no hardware
authorJames Bottomley <James.Bottomley@steeleye.com>
Tue, 9 Aug 2005 00:06:50 +0000 (19:06 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 9 Aug 2005 17:19:25 +0000 (12:19 -0500)
There's a spurious (and illegal since it's marked __exit) call to
ahc_linux_exit() in ahc_linux_init() which causes a double list
deletion of the transport class; remove it.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found