diff options
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 8d91313dd888..8e39982fc3db 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
@@ -586,7 +586,7 @@ struct sas_domain_function_template { | |||
586 | int (*lldd_clear_nexus_ha)(struct sas_ha_struct *); | 586 | int (*lldd_clear_nexus_ha)(struct sas_ha_struct *); |
587 | 587 | ||
588 | /* Phy management */ | 588 | /* Phy management */ |
589 | int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func); | 589 | int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); |
590 | }; | 590 | }; |
591 | 591 | ||
592 | extern int sas_register_ha(struct sas_ha_struct *); | 592 | extern int sas_register_ha(struct sas_ha_struct *); |