scsi: initio: Declare SCSI host template const
[linux-2.6-microblaze.git] / drivers / scsi / initio.c
index 375261d..2a50fda 100644 (file)
@@ -2788,7 +2788,7 @@ static void i91uSCBPost(u8 * host_mem, u8 * cblk_mem)
        initio_release_scb(host, cblk); /* Release SCB for current channel */
 }
 
-static struct scsi_host_template initio_template = {
+static const struct scsi_host_template initio_template = {
        .proc_name              = "INI9100U",
        .name                   = "Initio INI-9X00U/UW SCSI device driver",
        .queuecommand           = i91u_queuecommand,