kernel/drivers/scsi/zalon.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Zalon 53c7xx device driver. 3 4 * By Richard Hirst (rhirst@linuxcare.com) .. .. @@ -88,7 +89,7 @@ 88 89 struct gsc_irq gsc_irq; 89 90 u32 zalon_vers; 90 91 int error = -ENODEV; 91 - void __iomem *zalon = ioremap_nocache(dev->hpa.start, 4096);92 + void __iomem *zalon = ioremap(dev->hpa.start, 4096);92 93 void __iomem *io_port = zalon + GSC_SCSI_ZALON_OFFSET; 93 94 static int unit = 0; 94 95 struct Scsi_Host *host;