diff options
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 39e1cac24bb7..e78d3b62d8ec 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <scsi/sas.h> | 32 | #include <scsi/sas.h> |
33 | #include <linux/libata.h> | 33 | #include <linux/libata.h> |
34 | #include <linux/list.h> | 34 | #include <linux/list.h> |
35 | #include <asm/semaphore.h> | ||
36 | #include <scsi/scsi_device.h> | 35 | #include <scsi/scsi_device.h> |
37 | #include <scsi/scsi_cmnd.h> | 36 | #include <scsi/scsi_cmnd.h> |
38 | #include <scsi/scsi_transport_sas.h> | 37 | #include <scsi/scsi_transport_sas.h> |
@@ -677,4 +676,6 @@ extern void sas_ssp_task_response(struct device *dev, struct sas_task *task, | |||
677 | struct ssp_response_iu *iu); | 676 | struct ssp_response_iu *iu); |
678 | struct sas_phy *sas_find_local_phy(struct domain_device *dev); | 677 | struct sas_phy *sas_find_local_phy(struct domain_device *dev); |
679 | 678 | ||
679 | int sas_request_addr(struct Scsi_Host *shost, u8 *addr); | ||
680 | |||
680 | #endif /* _SASLIB_H_ */ | 681 | #endif /* _SASLIB_H_ */ |