diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi_transport_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h index 57eb68c6e9a7..b91400bfb02a 100644 --- a/include/scsi/scsi_transport_sas.h +++ b/include/scsi/scsi_transport_sas.h | |||
@@ -94,6 +94,7 @@ struct sas_rphy { | |||
94 | /* The functions by which the transport class and the driver communicate */ | 94 | /* The functions by which the transport class and the driver communicate */ |
95 | struct sas_function_template { | 95 | struct sas_function_template { |
96 | int (*get_linkerrors)(struct sas_phy *); | 96 | int (*get_linkerrors)(struct sas_phy *); |
97 | int (*phy_reset)(struct sas_phy *, int); | ||
97 | }; | 98 | }; |
98 | 99 | ||
99 | 100 | ||