diff options
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_sds.h')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_sds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_sds.h b/drivers/scsi/aic94xx/aic94xx_sds.h index bb9795a04dc3..a06dc0114b8c 100644 --- a/drivers/scsi/aic94xx/aic94xx_sds.h +++ b/drivers/scsi/aic94xx/aic94xx_sds.h | |||
@@ -110,9 +110,9 @@ struct bios_file_header { | |||
110 | }; | 110 | }; |
111 | 111 | ||
112 | int asd_verify_flash_seg(struct asd_ha_struct *asd_ha, | 112 | int asd_verify_flash_seg(struct asd_ha_struct *asd_ha, |
113 | void *src, u32 dest_offset, u32 bytes_to_verify); | 113 | const void *src, u32 dest_offset, u32 bytes_to_verify); |
114 | int asd_write_flash_seg(struct asd_ha_struct *asd_ha, | 114 | int asd_write_flash_seg(struct asd_ha_struct *asd_ha, |
115 | void *src, u32 dest_offset, u32 bytes_to_write); | 115 | const void *src, u32 dest_offset, u32 bytes_to_write); |
116 | int asd_chk_write_status(struct asd_ha_struct *asd_ha, | 116 | int asd_chk_write_status(struct asd_ha_struct *asd_ha, |
117 | u32 sector_addr, u8 erase_flag); | 117 | u32 sector_addr, u8 erase_flag); |
118 | int asd_check_flash_type(struct asd_ha_struct *asd_ha); | 118 | int asd_check_flash_type(struct asd_ha_struct *asd_ha); |