[SCSI] aha152x: remove static host array
authorJames Bottomley <James.Bottomley@steeleye.com>
Thu, 14 Sep 2006 22:04:58 +0000 (17:04 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 23 Sep 2006 16:51:57 +0000 (11:51 -0500)
commit5fcda4224529c4e550c917668d5e96c1d3e7039b
tree94e446cf1366c76daeef2c0d92000f6e812a0ef4
parent10d19ae5e1715c27db7009df6d59179774e7b8a1
[SCSI] aha152x: remove static host array

Fix this driver not to use a static two element host array instead use
a list.  This should fix panic on multiple eject reinsert of the
pcmcia version of this device.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aha152x.c