diff options
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx.h')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx.h b/drivers/scsi/aic94xx/aic94xx.h index cb7caf1c9ce1..1bd5b4ecf3d5 100644 --- a/drivers/scsi/aic94xx/aic94xx.h +++ b/drivers/scsi/aic94xx/aic94xx.h | |||
@@ -109,6 +109,6 @@ int asd_clear_nexus_port(struct asd_sas_port *port); | |||
109 | int asd_clear_nexus_ha(struct sas_ha_struct *sas_ha); | 109 | int asd_clear_nexus_ha(struct sas_ha_struct *sas_ha); |
110 | 110 | ||
111 | /* ---------- Phy Management ---------- */ | 111 | /* ---------- Phy Management ---------- */ |
112 | int asd_control_phy(struct asd_sas_phy *phy, enum phy_func func); | 112 | int asd_control_phy(struct asd_sas_phy *phy, enum phy_func func, void *arg); |
113 | 113 | ||
114 | #endif | 114 | #endif |