Commit 12906bab authored by Yue Haibing's avatar Yue Haibing Committed by Jakub Kicinski

igbvf: Remove two unused declarations

There is no caller and implementations in tree.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240816101638.882072-1-yuehaibing@huawei.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 359c5eb0
...@@ -282,7 +282,6 @@ enum igbvf_state_t { ...@@ -282,7 +282,6 @@ enum igbvf_state_t {
extern char igbvf_driver_name[]; extern char igbvf_driver_name[];
void igbvf_check_options(struct igbvf_adapter *);
void igbvf_set_ethtool_ops(struct net_device *); void igbvf_set_ethtool_ops(struct net_device *);
int igbvf_up(struct igbvf_adapter *); int igbvf_up(struct igbvf_adapter *);
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
#define E1000_PF_CONTROL_MSG 0x0100 /* PF control message */ #define E1000_PF_CONTROL_MSG 0x0100 /* PF control message */
void e1000_init_mbx_ops_generic(struct e1000_hw *hw);
s32 e1000_init_mbx_params_vf(struct e1000_hw *); s32 e1000_init_mbx_params_vf(struct e1000_hw *);
#endif /* _E1000_MBX_H_ */ #endif /* _E1000_MBX_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment