aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/psi240i.h
diff options
context:
space:
mode:
authorHenrik Kretzschmar <henne@nachtwindheim.de>2006-10-10 14:41:45 -0700
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-10-25 15:12:38 -0700
commitc543a3739c2a3034c80d77a189bd187c43a00feb (patch)
tree610d8fa0c22075b4e081987aa14958a3a73f7a1b /drivers/scsi/psi240i.h
parent[SCSI] lpfc: check before dereference in lpfc_ct.c (diff)
downloadlinux-dev-c543a3739c2a3034c80d77a189bd187c43a00feb.tar.xz
linux-dev-c543a3739c2a3034c80d77a189bd187c43a00feb.zip
[SCSI] Scsi_Cmnd conversion in psi240i driver
Changes the obsolete Scsi_Cmnd to struct scsi_cmnd in psi240i-driver. Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to '')
-rw-r--r--drivers/scsi/psi240i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/psi240i.h b/drivers/scsi/psi240i.h
index 6a598766df51..21ebb9214004 100644
--- a/drivers/scsi/psi240i.h
+++ b/drivers/scsi/psi240i.h
@@ -309,7 +309,7 @@ typedef struct _IDENTIFY_DATA2 {
#endif // PSI_EIDE_SCSIOP
// function prototypes
-int Psi240i_Command (Scsi_Cmnd *SCpnt);
-int Psi240i_Abort (Scsi_Cmnd *SCpnt);
-int Psi240i_Reset (Scsi_Cmnd *SCpnt, unsigned int flags);
+int Psi240i_Command(struct scsi_cmnd *SCpnt);
+int Psi240i_Abort(struct scsi_cmnd *SCpnt);
+int Psi240i_Reset(struct scsi_cmnd *SCpnt, unsigned int flags);
#endif