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>
This commit is contained in:
parent
3b7ad08b51
commit
a5ec65169c
|
@ -225,8 +225,6 @@ enum hclge_evt_cause {
|
|||
HCLGE_VECTOR0_EVENT_OTHER,
|
||||
};
|
||||
|
||||
#define HCLGE_MPF_ENBALE 1
|
||||
|
||||
enum HCLGE_MAC_SPEED {
|
||||
HCLGE_MAC_SPEED_UNKNOWN = 0, /* unknown */
|
||||
HCLGE_MAC_SPEED_10M = 10, /* 10 Mbps */
|
||||
|
|
|
@ -150,8 +150,6 @@ enum hclgevf_states {
|
|||
HCLGEVF_STATE_CMD_DISABLE,
|
||||
};
|
||||
|
||||
#define HCLGEVF_MPF_ENBALE 1
|
||||
|
||||
struct hclgevf_mac {
|
||||
u8 media_type;
|
||||
u8 module_type;
|
||||
|
|
Loading…
Reference in New Issue
Block a user