Skip to content

Commit

Permalink
[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent 720349a commit d241149
Showing 1 changed file with 51 additions and 81 deletions.
Loading

0 comments on commit d241149

Please sign in to comment.