forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/drivers/scsi/a2091.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
....@@ -160,7 +160,7 @@
160160 .this_id = 7,
161161 .sg_tablesize = SG_ALL,
162162 .cmd_per_lun = CMD_PER_LUN,
163
- .use_clustering = DISABLE_CLUSTERING
163
+ .dma_boundary = PAGE_SIZE - 1,
164164 };
165165
166166 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent)