scsi: 3w-xxxx: Declare SCSI host template const
[linux-2.6-microblaze.git] / drivers / scsi / 3w-xxxx.c
index ffdecb1..36c34ce 100644 (file)
@@ -2229,7 +2229,7 @@ static int tw_slave_configure(struct scsi_device *sdev)
        return 0;
 } /* End tw_slave_configure() */
 
-static struct scsi_host_template driver_template = {
+static const struct scsi_host_template driver_template = {
        .module                 = THIS_MODULE,
        .name                   = "3ware Storage Controller",
        .queuecommand           = tw_scsi_queue,