Skip to content

Commit 9b79ee9

Browse files
evdenismartinkpetersen
authored andcommitted
scsi: libsas: remove the exporting of sas_wait_eh
The function sas_wait_eh is declared static and marked EXPORT_SYMBOL, which is at best an odd combination. Because the function is not used outside of the drivers/scsi/libsas/sas_scsi_host.c file it is defined in, this commit removes the EXPORT_SYMBOL() marking. Signed-off-by: Denis Efremov <efremov@linux.com> Reviewed-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 6764f51 commit 9b79ee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/libsas/sas_scsi_host.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ static void sas_wait_eh(struct domain_device *dev)
414414
goto retry;
415415
}
416416
}
417-
EXPORT_SYMBOL(sas_wait_eh);
418417

419418
static int sas_queue_reset(struct domain_device *dev, int reset_type,
420419
u64 lun, int wait)

0 commit comments

Comments
 (0)