Merge tag 'mips_5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / drivers / remoteproc / ingenic_rproc.c
index 1c2b21a..26e19e6 100644 (file)
@@ -135,7 +135,7 @@ static void *ingenic_rproc_da_to_va(struct rproc *rproc, u64 da, size_t len)
        return (__force void *)va;
 }
 
-static struct rproc_ops ingenic_rproc_ops = {
+static const struct rproc_ops ingenic_rproc_ops = {
        .prepare = ingenic_rproc_prepare,
        .unprepare = ingenic_rproc_unprepare,
        .start = ingenic_rproc_start,