]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scsi: advansys: Drop ISA_DMA_API remnants
authorArnd Bergmann <arnd@arndb.de>
Wed, 29 Apr 2026 15:15:37 +0000 (17:15 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 30 Apr 2026 15:22:58 +0000 (11:22 -0400)
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>
drivers/scsi/Kconfig
drivers/scsi/advansys.c

index fc8e8b0bfa3912f53b5849b5419378ea478cf40a..c3042393af234f2397ac549ae1235cc57d07a279 100644 (file)
@@ -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
index fcf059bf41e8554e7abd7ce823cf72868e3869d6..5cdbf2bdb13df42e5ef91fdb41ba862d5ddbbbef 100644 (file)
@@ -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>