summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arm/acornscsi.h
diff options
context:
space:
mode:
authorHenne <henne@nachtwindheim.de>2006-10-01 13:18:37 +0200
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-10-03 17:28:33 -0500
commitee0ca6bab394fe41a2b4de58c4532b09a41c9165 (patch)
tree93a5e2879d276c471373deda924e0c8e91fae875 /drivers/scsi/arm/acornscsi.h
parent1516b55d903a5d370859d9013e48db5caea95204 (diff)
downloadlinux-ee0ca6bab394fe41a2b4de58c4532b09a41c9165.tar.bz2
[SCSI] scsi: Scsi_Cmnd convertion in arm subtree
Changes the obsolete Scsi_Cmnd to struct scsi_cmnd in the arm subdir of the scsi-subsys. Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Acked-by: Russell King <rmk@arm.linux.org.uk> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/arm/acornscsi.h')
-rw-r--r--drivers/scsi/arm/acornscsi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/arm/acornscsi.h b/drivers/scsi/arm/acornscsi.h
index 2142290f8404..d11424b89f42 100644
--- a/drivers/scsi/arm/acornscsi.h
+++ b/drivers/scsi/arm/acornscsi.h
@@ -277,8 +277,8 @@ struct status_entry {
typedef struct acornscsi_hostdata {
/* miscellaneous */
struct Scsi_Host *host; /* host */
- Scsi_Cmnd *SCpnt; /* currently processing command */
- Scsi_Cmnd *origSCpnt; /* original connecting command */
+ struct scsi_cmnd *SCpnt; /* currently processing command */
+ struct scsi_cmnd *origSCpnt; /* original connecting command */
/* driver information */
struct {