Skip to content

Commit

Permalink
net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'
Browse files Browse the repository at this point in the history
'ne2k_pci_card' is unused since 2.3.99-pre3 in March 2000.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
  • Loading branch information
Dr. David Alan Gilbert authored and Paolo Abeni committed May 28, 2024
1 parent ef7f9fe commit 18ae4c0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drivers/net/ethernet/8390/ne2k-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,6 @@ static void ne2k_pci_block_output(struct net_device *dev, const int count,
static const struct ethtool_ops ne2k_pci_ethtool_ops;



/* There is no room in the standard 8390 structure for extra info we need,
* so we build a meta/outer-wrapper structure..
*/
struct ne2k_pci_card {
struct net_device *dev;
struct pci_dev *pci_dev;
};



/* NEx000-clone boards have a Station Address (SA) PROM (SAPROM) in the packet
* buffer memory space. By-the-spec NE2000 clones have 0x57,0x57 in bytes
* 0x0e,0x0f of the SAPROM, while other supposed NE2000 clones must be
Expand Down

0 comments on commit 18ae4c0

Please sign in to comment.