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>
This commit is contained in:

committed by
Martin K. Petersen

parent
835831c57e
commit
a0f81dbeef
@@ -11,17 +11,11 @@ struct sas_rphy;
|
||||
struct request;
|
||||
|
||||
#if !IS_ENABLED(CONFIG_SCSI_SAS_ATTRS)
|
||||
static inline int is_sas_attached(struct scsi_device *sdev)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int scsi_is_sas_rphy(const struct device *sdev)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
extern int is_sas_attached(struct scsi_device *sdev);
|
||||
extern int scsi_is_sas_rphy(const struct device *);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user