scsi: rts5208: Declare SCSI host template const
[linux-2.6-microblaze.git] / drivers / staging / rts5208 / rtsx.c
index 2284a96..db2dd0b 100644 (file)
@@ -191,7 +191,7 @@ static int device_reset(struct scsi_cmnd *srb)
  * this defines our host template, with which we'll allocate hosts
  */
 
-static struct scsi_host_template rtsx_host_template = {
+static const struct scsi_host_template rtsx_host_template = {
        /* basic userland interface stuff */
        .name =                         CR_DRIVER_NAME,
        .proc_name =                    CR_DRIVER_NAME,