mbox series

[net-next,0/3] sfc: Remove some global definitions

Message ID 164967635861.17602.16525009567130361754.stgit@palantir17.mph.net (mailing list archive)
Headers show
Series sfc: Remove some global definitions | expand

Message

Martin Habets April 11, 2022, 11:27 a.m. UTC
These are some small cleanups to remove definitions that need not
be defined in .h files.
---

Martin Habets (3):
      sfc: efx_default_channel_type APIs can be static
      sfc: Remove duplicate definition of efx_xmit_done
      sfc: Remove global definition of efx_reset_type_names


 drivers/net/ethernet/sfc/efx.h          |    1 -
 drivers/net/ethernet/sfc/efx_channels.c |   52 +++++++++++++++++--------------
 drivers/net/ethernet/sfc/efx_channels.h |    4 --
 drivers/net/ethernet/sfc/efx_common.c   |    4 +-
 drivers/net/ethernet/sfc/farch.c        |    1 +
 drivers/net/ethernet/sfc/net_driver.h   |    5 ---
 6 files changed, 31 insertions(+), 36 deletions(-)

--
Martin Habets <habetsm.xilinx@gmail.com>

Comments

patchwork-bot+netdevbpf@kernel.org April 12, 2022, 10:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 11 Apr 2022 12:27:04 +0100 you wrote:
> These are some small cleanups to remove definitions that need not
> be defined in .h files.
> ---
> 
> Martin Habets (3):
>       sfc: efx_default_channel_type APIs can be static
>       sfc: Remove duplicate definition of efx_xmit_done
>       sfc: Remove global definition of efx_reset_type_names
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] sfc: efx_default_channel_type APIs can be static
    https://git.kernel.org/netdev/net-next/c/54fccfdd7c66
  - [net-next,2/3] sfc: Remove duplicate definition of efx_xmit_done
    https://git.kernel.org/netdev/net-next/c/cc42e4e3f101
  - [net-next,3/3] sfc: Remove global definition of efx_reset_type_names
    https://git.kernel.org/netdev/net-next/c/d78eaf06b5d9

You are awesome, thank you!