Jakub Kicinski <kuba@xxxxxxxxxx> writes: > 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@xxxxxxxxxx> > --- > CC: corbet@xxxxxxx > CC: tsbogend@xxxxxxxxxxxxxxxx > CC: mpe@xxxxxxxxxxxxxx > CC: benh@xxxxxxxxxxxxxxxxxxx > CC: paulus@xxxxxxxxx > CC: sburla@xxxxxxxxxxx > CC: vburru@xxxxxxxxxxx > CC: aayarekar@xxxxxxxxxxx > CC: arnd@xxxxxxxx > CC: zhangyue1@xxxxxxxxxx > CC: linux-doc@xxxxxxxxxxxxxxx > CC: linux-mips@xxxxxxxxxxxxxxx > CC: linuxppc-dev@xxxxxxxxxxxxxxxx > CC: linux-parisc@xxxxxxxxxxxxxxx > --- > .../device_drivers/ethernet/dec/de4x5.rst | 189 - > .../device_drivers/ethernet/index.rst | 1 - > arch/mips/configs/mtx1_defconfig | 1 - > arch/powerpc/configs/chrp32_defconfig | 1 - > arch/powerpc/configs/ppc6xx_defconfig | 1 - Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc) cheers