]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
igbvf: Remove two unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Fri, 16 Aug 2024 10:16:38 +0000 (18:16 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Aug 2024 00:48:33 +0000 (17:48 -0700)
There is no caller and implementations in tree.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240816101638.882072-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/igbvf/igbvf.h
drivers/net/ethernet/intel/igbvf/mbx.h

index 7b83678ba83a695cfea6eaafbcac8efdda148415..6ad35a00a28736e25c1525e14910e17eb8bd5f8f 100644 (file)
@@ -282,7 +282,6 @@ enum igbvf_state_t {
 
 extern char igbvf_driver_name[];
 
-void igbvf_check_options(struct igbvf_adapter *);
 void igbvf_set_ethtool_ops(struct net_device *);
 
 int igbvf_up(struct igbvf_adapter *);
index e5b31818d565859df4ee21ebcc60a5646882d319..7637d21445bf531a937bd89f1add3029be6cba49 100644 (file)
@@ -49,7 +49,6 @@
 
 #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 *);
 
 #endif /* _E1000_MBX_H_ */