[SCSI] advansys: Remove array of scsi targets
authorMatthew Wilcox <matthew@wil.cx>
Wed, 3 Oct 2007 01:55:23 +0000 (21:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:52:55 +0000 (14:52 -0400)
commit6e8905f4a028bd07190fa5b2f90b5a35868c84d8
tree3ed2706026805af0ddf0f9c7df08a3d1a824b545
parent512193588db0d38ae6aa78802bb15f3ef3104a00
[SCSI] advansys: Remove array of scsi targets

The driver was saving a scsi_device for each target, but wasn't doing
anything useful with them.  Just delete the array.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c