]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitc7233b3d99db9760daf07c4e95daa9675c6c0cba
treec69c19b9e7dffd4c3ce6778d2eec8547809fc527
parent0bdf7d7ee75da076eabcfa9b5fadd0ed0524df43
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>
drivers/scsi/Kconfig
drivers/scsi/advansys.c