]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: remove unused macros
authorColin Ian King <colin.king@canonical.com>
Sun, 3 Nov 2019 13:15:38 +0000 (13:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Nov 2019 02:01:48 +0000 (18:01 -0800)
commit0300c5f521748521a4b40a0a1a36a7248ffab173
treeeb3b262444c6a7d361874eea4654a12e244cab96
parent406c6cbd899954b84ad24e20227d75b2c6f23fd8
net: hns3: remove unused macros

The macros HCLGE_MPF_ENBALE and HCLGEVF_MPF_ENBALE are defined but never
used.  I was going to fix the spelling mistake "ENBALE" -> "ENABLE" but
found these macros are not used, so they can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h