netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next,v2 0/4] Remove useless inline functions from net
@ 2022-09-22  8:38 Gaosheng Cui
  2022-09-22  8:38 ` [PATCH net-next,v2 1/4] mlxsw: reg: Remove deprecated code about SFTR-V2 Register Gaosheng Cui
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Gaosheng Cui @ 2022-09-22  8:38 UTC (permalink / raw)
  To: idosch, petrm, davem, edumazet, kuba, pabeni, cuigaosheng1; +Cc: netdev

v2:
  1. Take the wireless patch("mlxsw: reg: Remove unused inline function
  mlxsw_reg_sftr2_pack()")out of the series.
  2. Remove the entire SFTR-V2 register in the patch("mlxsw: reg: Remove
  deprecated code about SFTR-V2 Register").
  3. Change Subject prefix to "PATCH net-next".
  Thanks for taking time to review the patch.

v1:
  This series contains a few cleanup patches, to remove unused
  inline functions who's caller have been removed. Thanks!

Gaosheng Cui (4):
  mlxsw: reg: Remove deprecated code about SFTR-V2 Register
  neighbour: Remove unused inline function neigh_key_eq16()
  net: Remove unused inline function sk_nulls_node_init()
  net: Remove unused inline function dst_hold_and_use()

 drivers/net/ethernet/mellanox/mlxsw/reg.h | 71 -----------------------
 include/net/dst.h                         |  6 --
 include/net/neighbour.h                   |  5 --
 include/net/sock.h                        |  5 --
 4 files changed, 87 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-26 19:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-22  8:38 [PATCH net-next,v2 0/4] Remove useless inline functions from net Gaosheng Cui
2022-09-22  8:38 ` [PATCH net-next,v2 1/4] mlxsw: reg: Remove deprecated code about SFTR-V2 Register Gaosheng Cui
2022-09-22 10:04   ` Ido Schimmel
2022-09-22  8:38 ` [PATCH net-next,v2 2/4] neighbour: Remove unused inline function neigh_key_eq16() Gaosheng Cui
2022-09-22  8:38 ` [PATCH net-next,v2 3/4] net: Remove unused inline function sk_nulls_node_init() Gaosheng Cui
2022-09-22  8:38 ` [PATCH net-next,v2 4/4] net: Remove unused inline function dst_hold_and_use() Gaosheng Cui
2022-09-26 19:40 ` [PATCH net-next,v2 0/4] Remove useless inline functions from net patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).