mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
scsi: isci: Make scu_link_layer_set_txcomsas_timeout() static
This addresses the following sparse warning: drivers/scsi/isci/phy.c:672:6: warning: symbol 'scu_link_layer_set_txcomsas_timeout' was not declared. Should it be static? Link: https://lore.kernel.org/r/20200915084000.2826741-1-yanaijie@huawei.com Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
5c2ef01448
commit
2494ebe1b3
@ -669,7 +669,7 @@ static const char *phy_event_name(u32 event_code)
|
||||
phy_state_name(state), phy_event_name(code), code)
|
||||
|
||||
|
||||
void scu_link_layer_set_txcomsas_timeout(struct isci_phy *iphy, u32 timeout)
|
||||
static void scu_link_layer_set_txcomsas_timeout(struct isci_phy *iphy, u32 timeout)
|
||||
{
|
||||
u32 val;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user