linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Remove useless inline functions from net
@ 2022-09-21  9:04 Gaosheng Cui
  2022-09-21  9:04 ` [PATCH 1/5] mlxsw: reg: Remove unused inline function mlxsw_reg_sftr2_pack() Gaosheng Cui
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Gaosheng Cui @ 2022-09-21  9:04 UTC (permalink / raw)
  To: idosch, petrm, davem, edumazet, kuba, pabeni, nbd, lorenzo,
	ryder.lee, shayne.chen, sean.wang, kvalo, matthias.bgg, amcohen,
	stephen, cuigaosheng1
  Cc: netdev, linux-wireless, linux-arm-kernel, linux-mediatek

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

Gaosheng Cui (5):
  mlxsw: reg: Remove unused inline function mlxsw_reg_sftr2_pack()
  mt76: Remove unused inline function mt76_wcid_mask_test()
  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 | 16 ----------------
 drivers/net/wireless/mediatek/mt76/util.h |  6 ------
 include/net/dst.h                         |  6 ------
 include/net/neighbour.h                   |  5 -----
 include/net/sock.h                        |  5 -----
 5 files changed, 38 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-09-22  9:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21  9:04 [PATCH 0/5] Remove useless inline functions from net Gaosheng Cui
2022-09-21  9:04 ` [PATCH 1/5] mlxsw: reg: Remove unused inline function mlxsw_reg_sftr2_pack() Gaosheng Cui
2022-09-21 10:34   ` Ido Schimmel
2022-09-22  9:03     ` cuigaosheng
2022-09-21 13:15   ` Petr Machata
2022-09-21 13:17     ` Petr Machata
2022-09-21  9:04 ` [PATCH 2/5] mt76: Remove unused inline function mt76_wcid_mask_test() Gaosheng Cui
2022-09-21 13:11   ` Jakub Kicinski
2022-09-21 15:07     ` Jeff Johnson
2022-09-22  8:45       ` cuigaosheng
2022-09-21  9:04 ` [PATCH 3/5] neighbour: Remove unused inline function neigh_key_eq16() Gaosheng Cui
2022-09-21  9:04 ` [PATCH 4/5] net: Remove unused inline function sk_nulls_node_init() Gaosheng Cui
2022-09-21  9:04 ` [PATCH 5/5] net: Remove unused inline function dst_hold_and_use() Gaosheng Cui

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).