diff options
author | Johannes Thumshirn <jthumshirn@suse.de> | 2018-07-06 15:33:48 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-07-10 22:48:32 -0400 |
commit | 54e45716a84ac9df9e5fef779ab54fc2f97ebdf3 (patch) | |
tree | dd6cdbd86b1e66823b9b77b1c495244b9ef3408f /MAINTAINERS | |
parent | 78adb2bc9f7216226799489c351f32ea3a092f49 (diff) | |
download | linux-54e45716a84ac9df9e5fef779ab54fc2f97ebdf3.tar.bz2 |
scsi: remove NCR_D700 driver
The NCR DUAL 700 SCSI driver depends on microchannel support, but
microchannel support was removed from the kernel with commit bb8187d35f82
("MCA: delete all remaining traces of microchannel bus support.") over 6
years ago.
So zap the D700 SCSI driver as well.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Acked-by: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..f3de5d37179a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9750,12 +9750,6 @@ F: drivers/scsi/mac_scsi.* F: drivers/scsi/sun3_scsi.* F: drivers/scsi/sun3_scsi_vme.c -NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) -M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> -L: linux-scsi@vger.kernel.org -S: Maintained -F: drivers/scsi/NCR_D700.* - NCT6775 HARDWARE MONITOR DRIVER M: Guenter Roeck <linux@roeck-us.net> L: linux-hwmon@vger.kernel.org |