commit | d24114955846c321a9e94fff4764bbef532524b2 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Oct 02 21:55:31 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:53:26 2007 -0400 |
tree | 8166e128b3610d8f8fb2d4c34ce6d17b14ef2a7e | |
parent | 720349a879d3e37f3d932bf3ca9b94ac638d59b6 [diff] |
[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro asc_board_t was simply a typedef for struct asc_board. ASC_BOARDP() can be replaced by shost_priv() except in the ASC_STATS* macros which rely on the cast; add an explicit cast there. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>