aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
diff options
context:
space:
mode:
authorZhengchao Shao <shaozhengchao@huawei.com>2022-09-21 20:33:56 +0800
committerJakub Kicinski <kuba@kernel.org>2022-09-22 17:41:28 -0700
commit566ad0ed6b12a16b3562cef66b835b95267ca71f (patch)
treef27a3888438886f763d3220f8d3f49e6bee00391 /drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
parentnet: hinic: change hinic_deinit_vf_hw() to void (diff)
downloadwireguard-linux-566ad0ed6b12a16b3562cef66b835b95267ca71f.tar.xz
wireguard-linux-566ad0ed6b12a16b3562cef66b835b95267ca71f.zip
net: hinic: remove unused enumerated value
remove unused enumerated value. Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c')
-rw-r--r--drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c b/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
index 6bd06602deee..78190e88cd75 100644
--- a/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
+++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
@@ -82,11 +82,6 @@
struct hinic_func_to_io, \
cmdqs)
-enum cmdq_wqe_type {
- WQE_LCMD_TYPE = 0,
- WQE_SCMD_TYPE = 1,
-};
-
enum completion_format {
COMPLETE_DIRECT = 0,
COMPLETE_SGE = 1,