Message ID | 20230814135821.4808-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3bfdcc324a04ba27f3fd2a6633c53de1758e7b6a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: e1000e: Remove unused declarations | expand |
On 8/14/2023 6:58 AM, Yue Haibing wrote: > Commit bdfe2da6aefd ("e1000e: cosmetic move of function prototypes to the new mac.h") > declared but never implemented them. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> I believe netdev has been taking all these unused declaration patches directly so... Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> > --- > drivers/net/ethernet/intel/e1000e/mac.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/net/ethernet/intel/e1000e/mac.h b/drivers/net/ethernet/intel/e1000e/mac.h > index 6ab261119801..563176fd436e 100644 > --- a/drivers/net/ethernet/intel/e1000e/mac.h > +++ b/drivers/net/ethernet/intel/e1000e/mac.h > @@ -29,8 +29,6 @@ s32 e1000e_set_fc_watermarks(struct e1000_hw *hw); > s32 e1000e_setup_fiber_serdes_link(struct e1000_hw *hw); > s32 e1000e_setup_led_generic(struct e1000_hw *hw); > s32 e1000e_setup_link_generic(struct e1000_hw *hw); > -s32 e1000e_validate_mdi_setting_generic(struct e1000_hw *hw); > -s32 e1000e_validate_mdi_setting_crossover_generic(struct e1000_hw *hw); > > void e1000e_clear_hw_cntrs_base(struct e1000_hw *hw); > void e1000_clear_vfta_generic(struct e1000_hw *hw);
On Mon, 14 Aug 2023 15:19:10 -0700 Tony Nguyen wrote: > On 8/14/2023 6:58 AM, Yue Haibing wrote: > > Commit bdfe2da6aefd ("e1000e: cosmetic move of function prototypes to the new mac.h") > > declared but never implemented them. > > > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > > I believe netdev has been taking all these unused declaration patches > directly so... > > Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com> Thanks! We do have a bit of a mixed record either applying these or deferring to maintainers...
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 14 Aug 2023 21:58:21 +0800 you wrote: > Commit bdfe2da6aefd ("e1000e: cosmetic move of function prototypes to the new mac.h") > declared but never implemented them. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> > --- > drivers/net/ethernet/intel/e1000e/mac.h | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [net-next] net: e1000e: Remove unused declarations https://git.kernel.org/netdev/net-next/c/3bfdcc324a04 You are awesome, thank you!
diff --git a/drivers/net/ethernet/intel/e1000e/mac.h b/drivers/net/ethernet/intel/e1000e/mac.h index 6ab261119801..563176fd436e 100644 --- a/drivers/net/ethernet/intel/e1000e/mac.h +++ b/drivers/net/ethernet/intel/e1000e/mac.h @@ -29,8 +29,6 @@ s32 e1000e_set_fc_watermarks(struct e1000_hw *hw); s32 e1000e_setup_fiber_serdes_link(struct e1000_hw *hw); s32 e1000e_setup_led_generic(struct e1000_hw *hw); s32 e1000e_setup_link_generic(struct e1000_hw *hw); -s32 e1000e_validate_mdi_setting_generic(struct e1000_hw *hw); -s32 e1000e_validate_mdi_setting_crossover_generic(struct e1000_hw *hw); void e1000e_clear_hw_cntrs_base(struct e1000_hw *hw); void e1000_clear_vfta_generic(struct e1000_hw *hw);
Commit bdfe2da6aefd ("e1000e: cosmetic move of function prototypes to the new mac.h") declared but never implemented them. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- drivers/net/ethernet/intel/e1000e/mac.h | 2 -- 1 file changed, 2 deletions(-)