mbox series

[0/4] net: ethernet: dead struct removals

Message ID 20240526172428.134726-1-linux@treblig.org (mailing list archive)
Headers show
Series net: ethernet: dead struct removals | expand

Message

Dr. David Alan Gilbert May 26, 2024, 5:24 p.m. UTC
From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This removes a bunch of dead struct's from drivers/net/ethernet.
Note the ne2k-pci one is marked obsolete so you might not want
to apply it; but since I'd already done it by the time checkpatch
told me, I included it on the end of the set.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (4):
  net: ethernet: starfire: remove unused structs
  net: ethernet: liquidio: remove unused structs
  net: ethernet: mlx4: remove unused struct 'mlx4_port_config'
  net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'

 drivers/net/ethernet/8390/ne2k-pci.c               | 11 -----------
 drivers/net/ethernet/adaptec/starfire.c            |  8 --------
 drivers/net/ethernet/cavium/liquidio/lio_main.c    |  6 ------
 drivers/net/ethernet/cavium/liquidio/octeon_droq.c |  5 -----
 drivers/net/ethernet/mellanox/mlx4/main.c          |  6 ------
 5 files changed, 36 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 28, 2024, 1:30 p.m. UTC | #1
Hello:

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

On Sun, 26 May 2024 18:24:24 +0100 you wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> Hi,
>   This removes a bunch of dead struct's from drivers/net/ethernet.
> Note the ne2k-pci one is marked obsolete so you might not want
> to apply it; but since I'd already done it by the time checkpatch
> told me, I included it on the end of the set.
> 
> [...]

Here is the summary with links:
  - [1/4] net: ethernet: starfire: remove unused structs
    https://git.kernel.org/netdev/net-next/c/b2ff2698508f
  - [2/4] net: ethernet: liquidio: remove unused structs
    https://git.kernel.org/netdev/net-next/c/a09892f6e281
  - [3/4] net: ethernet: mlx4: remove unused struct 'mlx4_port_config'
    https://git.kernel.org/netdev/net-next/c/ef7f9febb33d
  - [4/4] net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'
    https://git.kernel.org/netdev/net-next/c/18ae4c093cd2

You are awesome, thank you!