diff options
Diffstat (limited to 'include/scsi/sas_ata.h')
| -rw-r--r-- | include/scsi/sas_ata.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/scsi/sas_ata.h b/include/scsi/sas_ata.h index 2dfbdaa0b34a..ff71a5654684 100644 --- a/include/scsi/sas_ata.h +++ b/include/scsi/sas_ata.h | |||
| @@ -45,6 +45,8 @@ void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, | |||
| 45 | void sas_ata_schedule_reset(struct domain_device *dev); | 45 | void sas_ata_schedule_reset(struct domain_device *dev); |
| 46 | void sas_ata_wait_eh(struct domain_device *dev); | 46 | void sas_ata_wait_eh(struct domain_device *dev); |
| 47 | void sas_probe_sata(struct asd_sas_port *port); | 47 | void sas_probe_sata(struct asd_sas_port *port); |
| 48 | void sas_suspend_sata(struct asd_sas_port *port); | ||
| 49 | void sas_resume_sata(struct asd_sas_port *port); | ||
| 48 | void sas_ata_end_eh(struct ata_port *ap); | 50 | void sas_ata_end_eh(struct ata_port *ap); |
| 49 | #else | 51 | #else |
| 50 | 52 | ||
| @@ -82,6 +84,14 @@ static inline void sas_probe_sata(struct asd_sas_port *port) | |||
| 82 | { | 84 | { |
| 83 | } | 85 | } |
| 84 | 86 | ||
| 87 | static inline void sas_suspend_sata(struct asd_sas_port *port) | ||
| 88 | { | ||
| 89 | } | ||
| 90 | |||
| 91 | static inline void sas_resume_sata(struct asd_sas_port *port) | ||
| 92 | { | ||
| 93 | } | ||
| 94 | |||
| 85 | static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) | 95 | static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) |
| 86 | { | 96 | { |
| 87 | return 0; | 97 | return 0; |
