diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2026-04-29 18:15:37 +0300 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2026-04-30 18:22:58 +0300 |
| commit | c7233b3d99db9760daf07c4e95daa9675c6c0cba (patch) | |
| tree | c69c19b9e7dffd4c3ce6778d2eec8547809fc527 | |
| parent | 0bdf7d7ee75da076eabcfa9b5fadd0ed0524df43 (diff) | |
| download | linux-c7233b3d99db9760daf07c4e95daa9675c6c0cba.tar.xz | |
scsi: advansys: Drop ISA_DMA_API remnants
Support for ISA bus mastering was removed a few years ago, and the VLB
mode does not use the ISA DMA API, so drop the dependency and the header
inclusion.
Fixes: 9b4c8eaa68d0 ("advansys: remove ISA support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://patch.msgid.link/20260429151623.3899875-1-arnd@kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
| -rw-r--r-- | drivers/scsi/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/scsi/advansys.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index fc8e8b0bfa39..c3042393af23 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -474,7 +474,6 @@ config SCSI_ADVANSYS tristate "AdvanSys SCSI support" depends on SCSI depends on (ISA || EISA || PCI) && HAS_IOPORT - depends on ISA_DMA_API || !ISA help This is a driver for all SCSI host adapters manufactured by AdvanSys. It is documented in the kernel source in diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index fcf059bf41e8..5cdbf2bdb13d 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c @@ -36,7 +36,6 @@ #include <linux/dmapool.h> #include <asm/io.h> -#include <asm/dma.h> #include <scsi/scsi_cmnd.h> #include <scsi/scsi_device.h> |
