From: linux@treblig.org
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com
Cc: ionut@badula.org, tariqt@nvidia.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
"Dr. David Alan Gilbert" <linux@treblig.org>
Subject: [PATCH 0/4] net: ethernet: dead struct removals
Date: Sun, 26 May 2024 18:24:24 +0100 [thread overview]
Message-ID: <20240526172428.134726-1-linux@treblig.org> (raw)
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(-)
--
2.45.1
next reply other threads:[~2024-05-26 17:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-26 17:24 linux [this message]
2024-05-26 17:24 ` [PATCH 1/4] net: ethernet: starfire: remove unused structs linux
2024-05-26 17:24 ` [PATCH 2/4] net: ethernet: liquidio: " linux
2024-05-26 17:24 ` [PATCH 3/4] net: ethernet: mlx4: remove unused struct 'mlx4_port_config' linux
2024-05-27 5:29 ` Tariq Toukan
2024-05-26 17:24 ` [PATCH 4/4] net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card' linux
2024-05-28 13:30 ` [PATCH 0/4] net: ethernet: dead struct removals patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240526172428.134726-1-linux@treblig.org \
--to=linux@treblig.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=ionut@badula.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=tariqt@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).