forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/scsi/zalon.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Zalon 53c7xx device driver.
34 * By Richard Hirst (rhirst@linuxcare.com)
....@@ -88,7 +89,7 @@
8889 struct gsc_irq gsc_irq;
8990 u32 zalon_vers;
9091 int error = -ENODEV;
91
- void __iomem *zalon = ioremap_nocache(dev->hpa.start, 4096);
92
+ void __iomem *zalon = ioremap(dev->hpa.start, 4096);
9293 void __iomem *io_port = zalon + GSC_SCSI_ZALON_OFFSET;
9394 static int unit = 0;
9495 struct Scsi_Host *host;