aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-10-31 12:32:08 -0500
committerJames Bottomley <jejb@mulgrave.(none)>2005-11-09 15:48:20 -0500
commitf64a181d898e0518d5ae90c4870069510de977e1 (patch)
treef7ef817d9bd1804e59220f70d97c2ae6f5f7a2f5 /drivers/scsi/ips.h
parent0a04137e75204e370dbdf2376033853eea126de7 (diff)
[SCSI] remove Scsi_Device typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ips.h')
-rw-r--r--drivers/scsi/ips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ips.h b/drivers/scsi/ips.h
index 505e967013de..179140f48a91 100644
--- a/drivers/scsi/ips.h
+++ b/drivers/scsi/ips.h
@@ -449,13 +449,13 @@
449 */ 449 */
450#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) 450#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
451 static int ips_proc24_info(char *, char **, off_t, int, int, int); 451 static int ips_proc24_info(char *, char **, off_t, int, int, int);
452 static void ips_select_queue_depth(struct Scsi_Host *, Scsi_Device *); 452 static void ips_select_queue_depth(struct Scsi_Host *, struct scsi_device *);
453 static int ips_biosparam(Disk *disk, kdev_t dev, int geom[]); 453 static int ips_biosparam(Disk *disk, kdev_t dev, int geom[]);
454#else 454#else
455 static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); 455 static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int);
456 static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, 456 static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev,
457 sector_t capacity, int geom[]); 457 sector_t capacity, int geom[]);
458 static int ips_slave_configure(Scsi_Device *SDptr); 458 static int ips_slave_configure(struct scsi_device *SDptr);
459#endif 459#endif
460 460
461/* 461/*