aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-10-21 18:59:37 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-10-21 20:57:53 +0100
commit63ff5b783d227bcdfb8db4500b84a3acf68b0f4c (patch)
tree7f620af901ac1b45832d83c119663c5a7c60c954 /target/linux/oxnas/files/drivers/ata/sata_oxnas.c
parent6d4bcadaa343cb969f370631a5ed5338306c056e (diff)
downloadupstream-63ff5b783d227bcdfb8db4500b84a3acf68b0f4c.tar.gz
upstream-63ff5b783d227bcdfb8db4500b84a3acf68b0f4c.tar.bz2
upstream-63ff5b783d227bcdfb8db4500b84a3acf68b0f4c.zip
oxnas: switch to Linux 5.15 and drop Linux 5.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/files/drivers/ata/sata_oxnas.c')
-rw-r--r--target/linux/oxnas/files/drivers/ata/sata_oxnas.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/oxnas/files/drivers/ata/sata_oxnas.c b/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
index a5d7b3de72..217c258565 100644
--- a/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
+++ b/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
@@ -2232,9 +2232,6 @@ static struct scsi_host_template sata_oxnas_sht = {
.can_queue = SATA_OXNAS_QUEUE_DEPTH,
.sg_tablesize = SATA_OXNAS_MAX_PRD,
.dma_boundary = ATA_DMA_BOUNDARY,
-#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 13, 0)
- .unchecked_isa_dma = 0,
-#endif
};