]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: libsas: remove the exporting of sas_wait_eh
authorDenis Efremov <efremov@linux.com>
Mon, 8 Jul 2019 16:43:39 +0000 (19:43 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 12 Jul 2019 00:33:52 +0000 (20:33 -0400)
commit918bf72fed132184b95615ee6693bc9c9bf9c051
treee5cbfb22adb6f929c91ad90f5bfa42ca99aa5924
parentc4139b89d4a2e539abd2c4cd203a22d1124c7b45
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>
drivers/scsi/libsas/sas_scsi_host.c