diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index bffe2550a..7577b9857 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1375,7 +1375,7 @@ static struct scst_tgt_template scst_local_targ_tmpl = { #endif }; -static struct scsi_host_template scst_lcl_ini_driver_template = { +static const struct scsi_host_template scst_lcl_ini_driver_template = { .name = SCST_LOCAL_NAME, .queuecommand = scst_local_queuecommand, .change_queue_depth = scst_local_change_queue_depth,