[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro
commitd24114955846c321a9e94fff4764bbef532524b2
authorMatthew Wilcox <matthew@wil.cx>
Wed, 3 Oct 2007 01:55:31 +0000 (2 21:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:53:26 +0000 (12 14:53 -0400)
tree8166e128b3610d8f8fb2d4c34ce6d17b14ef2a7e
parent720349a879d3e37f3d932bf3ca9b94ac638d59b6
[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>
drivers/scsi/advansys.c