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

No differences found