diff options
Diffstat (limited to 'include/scsi/sas_ata.h')
-rw-r--r-- | include/scsi/sas_ata.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/scsi/sas_ata.h b/include/scsi/sas_ata.h index 1556eff4cc44..cdccd2eb7b6c 100644 --- a/include/scsi/sas_ata.h +++ b/include/scsi/sas_ata.h | |||
@@ -37,15 +37,14 @@ static inline int dev_is_sata(struct domain_device *dev) | |||
37 | } | 37 | } |
38 | 38 | ||
39 | int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy); | 39 | int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy); |
40 | int sas_ata_init_host_and_port(struct domain_device *found_dev, | 40 | int sas_ata_init_host_and_port(struct domain_device *found_dev); |
41 | struct scsi_target *starget); | ||
42 | |||
43 | void sas_ata_task_abort(struct sas_task *task); | 41 | void sas_ata_task_abort(struct sas_task *task); |
44 | void sas_ata_strategy_handler(struct Scsi_Host *shost); | 42 | void sas_ata_strategy_handler(struct Scsi_Host *shost); |
45 | void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, | 43 | void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, |
46 | struct list_head *done_q); | 44 | struct list_head *done_q); |
47 | void sas_ata_schedule_reset(struct domain_device *dev); | 45 | void sas_ata_schedule_reset(struct domain_device *dev); |
48 | 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); | ||
49 | #else | 48 | #else |
50 | 49 | ||
51 | 50 | ||
@@ -53,8 +52,7 @@ static inline int dev_is_sata(struct domain_device *dev) | |||
53 | { | 52 | { |
54 | return 0; | 53 | return 0; |
55 | } | 54 | } |
56 | static inline int sas_ata_init_host_and_port(struct domain_device *found_dev, | 55 | static inline int sas_ata_init_host_and_port(struct domain_device *found_dev) |
57 | struct scsi_target *starget) | ||
58 | { | 56 | { |
59 | return 0; | 57 | return 0; |
60 | } | 58 | } |
@@ -79,6 +77,10 @@ static inline void sas_ata_wait_eh(struct domain_device *dev) | |||
79 | { | 77 | { |
80 | } | 78 | } |
81 | 79 | ||
80 | static inline void sas_probe_sata(struct asd_sas_port *port) | ||
81 | { | ||
82 | } | ||
83 | |||
82 | static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) | 84 | static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) |
83 | { | 85 | { |
84 | return 0; | 86 | return 0; |