Merge tag 'leds-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds
[platform/kernel/linux-rpi.git] / drivers / scsi / zorro_esp.c
index 928c8ad..56cae22 100644 (file)
@@ -713,7 +713,7 @@ MODULE_DEVICE_TABLE(zorro, zorro_esp_zorro_tbl);
 static int zorro_esp_probe(struct zorro_dev *z,
                                       const struct zorro_device_id *ent)
 {
-       struct scsi_host_template *tpnt = &scsi_esp_template;
+       const struct scsi_host_template *tpnt = &scsi_esp_template;
        struct Scsi_Host *host;
        struct esp *esp;
        const struct zorro_driver_data *zdd;