netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-next 0/2] iavf: make some functions static
@ 2023-06-13 14:12 Przemek Kitszel
  2023-06-13 14:12 ` [PATCH iwl-next 1/2] iavf: remove some unused functions and pointless wrappers Przemek Kitszel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Przemek Kitszel @ 2023-06-13 14:12 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, Tony Nguyen, Ahmed Zaki, Maciej Fijalkowski,
	Przemek Kitszel

Make static functions that are used in just one translation unit.
Remove all unused and unexported functions.

Przemek Kitszel (2):
  iavf: remove some unused functions and pointless wrappers
  iavf: make functions static where possible

 drivers/net/ethernet/intel/iavf/iavf.h        | 10 -----
 drivers/net/ethernet/intel/iavf/iavf_alloc.h  |  3 +-
 drivers/net/ethernet/intel/iavf/iavf_common.c | 45 -------------------
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 34 ++++++--------
 drivers/net/ethernet/intel/iavf/iavf_osdep.h  |  9 ----
 .../net/ethernet/intel/iavf/iavf_prototype.h  |  5 ---
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   | 43 +++++++++---------
 drivers/net/ethernet/intel/iavf/iavf_txrx.h   |  4 --
 8 files changed, 35 insertions(+), 118 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-06-15  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 14:12 [PATCH iwl-next 0/2] iavf: make some functions static Przemek Kitszel
2023-06-13 14:12 ` [PATCH iwl-next 1/2] iavf: remove some unused functions and pointless wrappers Przemek Kitszel
2023-06-13 14:12 ` [PATCH iwl-next 2/2] iavf: make functions static where possible Przemek Kitszel
2023-06-13 14:23   ` [Intel-wired-lan] " Paul Menzel
2023-06-14 17:27 ` [PATCH iwl-next 0/2] iavf: make some functions static Tony Nguyen
2023-06-15  9:53   ` Przemek Kitszel

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