eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 May 2022 03:13:45 +0000 (20:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2022 10:43:51 +0000 (11:43 +0100)
commit32c53420d2a0c2c3a691edb895d90d9d028ca3e0
treee0acc1541fd411306921fbf4a496ca9c6fa05eb8
parent0097e86c8ec5a68f20bc1ae19f5c21fb0e751f83
eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA

Looks like almost all changes to this driver had been tree-wide
refactoring since git era begun. There is one commit from Al
15 years ago which could potentially be fixing a real bug.

The driver is using virt_to_bus() and is a real magnet for pointless
cleanups. It seems unlikely to have real users. Let's try to shed
this maintenance burden.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/device_drivers/ethernet/dec/de4x5.rst [deleted file]
Documentation/networking/device_drivers/ethernet/index.rst
arch/mips/configs/mtx1_defconfig
arch/powerpc/configs/chrp32_defconfig
arch/powerpc/configs/ppc6xx_defconfig
drivers/net/ethernet/dec/tulip/Kconfig
drivers/net/ethernet/dec/tulip/Makefile
drivers/net/ethernet/dec/tulip/de4x5.c [deleted file]
drivers/net/ethernet/dec/tulip/de4x5.h [deleted file]