Skip to content

Commit

Permalink
net/hns3: remove unused macro
Browse files Browse the repository at this point in the history
[ upstream commit 55d5ad6 ]

'HNS3_RXD_LKBK_B' was defined in previous versions but no used.
This patch deleted it.

Fixes: bba6366 ("net/hns3: support Rx/Tx and related operations")

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
  • Loading branch information
hushenggitcount authored and steevenlee committed May 8, 2021
1 parent 8d6377e commit 32698b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/hns3/hns3_rxtx.h
Expand Up @@ -102,7 +102,6 @@
#define HNS3_RXD_LUM_B 9
#define HNS3_RXD_CRCP_B 10
#define HNS3_RXD_L3L4P_B 11
#define HNS3_RXD_LKBK_B 15
#define HNS3_RXD_GRO_SIZE_S 16
#define HNS3_RXD_GRO_SIZE_M (0x3fff << HNS3_RXD_GRO_SIZE_S)

Expand Down

0 comments on commit 32698b8

Please sign in to comment.