Skip to content
Commit 9b79ee97 authored by Denis Efremov's avatar Denis Efremov Committed by Martin K. Petersen
Browse files

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: default avatarDenis Efremov <efremov@linux.com>
Reviewed-by: default avatarJason Yan <yanaijie@huawei.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 6764f519
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment