hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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;