[SCSI] drivers/scsi/FlashPoint.c: untypedef struct _SCCB
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 8 Mar 2006 08:14:29 +0000 (00:14 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 15:15:44 +0000 (09:15 -0600)
commit69eb2ea47793366f59bfbc6e3c655b9c5047badd
tree8d79cbfbe91e0f5e36e75513bd57e13fda341208
parentad0e1d9f0155073cffb74755fb21c0fb82b1b094
[SCSI] drivers/scsi/FlashPoint.c: untypedef struct _SCCB

* struct _SCCB => struct sccb
* PSCCB => struct sccb *
* SCCB => struct sccb

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/FlashPoint.c