I don't intend to modernize these three drivers, so as to avoid the deprecated scsi_register() API. I don't have the relevant hardware.
Cc: Michael Schmitz <[email protected]> References: https://lkml.kernel.org/r/[email protected] Signed-off-by: Finn Thain <[email protected]> --- Whilst I suspect that these 3 drivers have no users, I don't think my own lack of hardware and interest is itself any reason for me to remove the drivers themselves. I'll leave that to the SCSI subsystem maintainers, as they intend to remove the scsi_register() API. diff --git a/MAINTAINERS b/MAINTAINERS index 8c20323..e09df13 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7821,20 +7821,16 @@ M: Michael Schmitz <[email protected]> L: [email protected] S: Maintained F: Documentation/scsi/g_NCR5380.txt -F: Documentation/scsi/dtc3x80.txt F: drivers/scsi/NCR5380.* F: drivers/scsi/arm/cumana_1.c F: drivers/scsi/arm/oak.c F: drivers/scsi/atari_scsi.* F: drivers/scsi/dmx3191d.c -F: drivers/scsi/dtc.* F: drivers/scsi/g_NCR5380.* F: drivers/scsi/g_NCR5380_mmio.c F: drivers/scsi/mac_scsi.* -F: drivers/scsi/pas16.* F: drivers/scsi/sun3_scsi.* F: drivers/scsi/sun3_scsi_vme.c -F: drivers/scsi/t128.* NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) M: "James E.J. Bottomley" <[email protected]>

