mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
net: hinic: remove duplicate macro definition
The macro HINIC_WAIT_SRIOV_CFG_TIMEOUT is defined twice, remove one. Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
2fa1cd3b4a
commit
97d6a3e642
@@ -1380,8 +1380,6 @@ err_pci_regions:
|
||||
return err;
|
||||
}
|
||||
|
||||
#define HINIC_WAIT_SRIOV_CFG_TIMEOUT 15000
|
||||
|
||||
static void wait_sriov_cfg_complete(struct hinic_dev *nic_dev)
|
||||
{
|
||||
struct hinic_sriov_info *sriov_info = &nic_dev->sriov_info;
|
||||
|
||||
Reference in New Issue
Block a user