hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/gvp11.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/types.h>
23 #include <linux/init.h>
34 #include <linux/interrupt.h>
....@@ -8,7 +9,6 @@
89 #include <linux/module.h>
910
1011 #include <asm/page.h>
11
-#include <asm/pgtable.h>
1212 #include <asm/amigaints.h>
1313 #include <asm/amigahw.h>
1414
....@@ -184,7 +184,7 @@
184184 .this_id = 7,
185185 .sg_tablesize = SG_ALL,
186186 .cmd_per_lun = CMD_PER_LUN,
187
- .use_clustering = DISABLE_CLUSTERING
187
+ .dma_boundary = PAGE_SIZE - 1,
188188 };
189189
190190 static int check_wd33c93(struct gvp11_scsiregs *regs)