From: Matthew Wilcox Date: Wed, 3 Oct 2007 01:55:31 +0000 (-0400) Subject: [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro X-Git-Tag: v2.6.24-rc1~1290^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24114955846c321a9e94fff4764bbef532524b2;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed