diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/sas_ata.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/scsi/sas_ata.h b/include/scsi/sas_ata.h index 9f7a23d1146d..c0bcd30eec56 100644 --- a/include/scsi/sas_ata.h +++ b/include/scsi/sas_ata.h | |||
@@ -44,7 +44,7 @@ void sas_ata_strategy_handler(struct Scsi_Host *shost); | |||
44 | int sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, | 44 | int sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, |
45 | struct list_head *done_q); | 45 | struct list_head *done_q); |
46 | void sas_probe_sata(struct work_struct *work); | 46 | void sas_probe_sata(struct work_struct *work); |
47 | 47 | void sas_ata_schedule_reset(struct domain_device *dev); | |
48 | #else | 48 | #else |
49 | 49 | ||
50 | 50 | ||
@@ -75,6 +75,10 @@ static inline void sas_probe_sata(struct work_struct *work) | |||
75 | { | 75 | { |
76 | } | 76 | } |
77 | 77 | ||
78 | static inline void sas_ata_schedule_reset(struct domain_device *dev) | ||
79 | { | ||
80 | } | ||
81 | |||
78 | #endif | 82 | #endif |
79 | 83 | ||
80 | #endif /* _SAS_ATA_H_ */ | 84 | #endif /* _SAS_ATA_H_ */ |