diff options
author | Yufeng Mo <moyufeng@huawei.com> | 2021-06-07 14:18:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 00:00:37 +0300 |
commit | e0fe0a38371b6d2d669e231c1fd68ce620dfa6b2 (patch) | |
tree | 16778e1249feebc920f4438d9b6c7d81b4cb778d /drivers/net/ethernet/hisilicon/hns3/hnae3.h | |
parent | aff399a638da7e56680cdf6fa7544b67e0373a4e (diff) | |
download | linux-e0fe0a38371b6d2d669e231c1fd68ce620dfa6b2.tar.xz |
net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET
Earlier patches have decoupled the MSI-X conveyed error handling
and recovery logic. This earlier concept code is no longer required.
Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: Jiaran Zhang <zhangjiaran@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon/hns3/hnae3.h')
-rw-r--r-- | drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns3/hnae3.h b/drivers/net/ethernet/hisilicon/hns3/hnae3.h index 89b2b7fa7b8b..dc9b5bc3431b 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hnae3.h +++ b/drivers/net/ethernet/hisilicon/hns3/hnae3.h @@ -243,7 +243,6 @@ enum hnae3_reset_type { HNAE3_FUNC_RESET, HNAE3_GLOBAL_RESET, HNAE3_IMP_RESET, - HNAE3_UNKNOWN_RESET, HNAE3_NONE_RESET, HNAE3_MAX_RESET, }; |