aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorJohannes Thumshirn <jthumshirn@suse.de>2016-08-17 05:46:18 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2016-08-18 22:23:20 -0400
commita0f81dbeef13aa0aeaa8b955b38735dbf09de392 (patch)
tree3bb5aac68837027838da50358828e4f28606e9a2 /include/scsi
parent835831c57e9b0cccc24e96a812542875471d75b5 (diff)
scsi: sas: remove is_sas_attached()
As there are no more users of is_sas_attached() left, remove it. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: James E.J. Bottomley <jejb@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_transport_sas.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h
index 31ae074dad9d..73d870918939 100644
--- a/include/scsi/scsi_transport_sas.h
+++ b/include/scsi/scsi_transport_sas.h
@@ -11,17 +11,11 @@ struct sas_rphy;
11struct request; 11struct request;
12 12
13#if !IS_ENABLED(CONFIG_SCSI_SAS_ATTRS) 13#if !IS_ENABLED(CONFIG_SCSI_SAS_ATTRS)
14static inline int is_sas_attached(struct scsi_device *sdev)
15{
16 return 0;
17}
18
19static inline int scsi_is_sas_rphy(const struct device *sdev) 14static inline int scsi_is_sas_rphy(const struct device *sdev)
20{ 15{
21 return 0; 16 return 0;
22} 17}
23#else 18#else
24extern int is_sas_attached(struct scsi_device *sdev);
25extern int scsi_is_sas_rphy(const struct device *); 19extern int scsi_is_sas_rphy(const struct device *);
26#endif 20#endif
27 21