diff options
Diffstat (limited to 'drivers/scsi/ips.h')
-rw-r--r-- | drivers/scsi/ips.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ips.h b/drivers/scsi/ips.h index adc6eabbf610..f46c382e5599 100644 --- a/drivers/scsi/ips.h +++ b/drivers/scsi/ips.h | |||
@@ -450,13 +450,13 @@ | |||
450 | */ | 450 | */ |
451 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) | 451 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) |
452 | static int ips_proc24_info(char *, char **, off_t, int, int, int); | 452 | static int ips_proc24_info(char *, char **, off_t, int, int, int); |
453 | static void ips_select_queue_depth(struct Scsi_Host *, Scsi_Device *); | 453 | static void ips_select_queue_depth(struct Scsi_Host *, struct scsi_device *); |
454 | static int ips_biosparam(Disk *disk, kdev_t dev, int geom[]); | 454 | static int ips_biosparam(Disk *disk, kdev_t dev, int geom[]); |
455 | #else | 455 | #else |
456 | static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); | 456 | static int ips_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); |
457 | static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, | 457 | static int ips_biosparam(struct scsi_device *sdev, struct block_device *bdev, |
458 | sector_t capacity, int geom[]); | 458 | sector_t capacity, int geom[]); |
459 | static int ips_slave_configure(Scsi_Device *SDptr); | 459 | static int ips_slave_configure(struct scsi_device *SDptr); |
460 | #endif | 460 | #endif |
461 | 461 | ||
462 | /* | 462 | /* |