commit | a5ec65169c6000bb525b45cb5615dd98356dbf73 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Nov 03 13:15:38 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 05 18:01:48 2019 -0800 |
tree | eb3b262444c6a7d361874eea4654a12e244cab96 | |
parent | 3b7ad08b5153b0eda2f4d57ac53d815c30acd172 [diff] |
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>