[PATCH 0/2] remoteproc: Constify static struct rproc_ops

From: Rikard Falkeborn
Date: Sat Nov 07 2020 - 18:36:44 EST


Constify two static struct rproc_ops which are never modified. These two
changes makes all static instances of rproc_ops in the kernel const.

Rikard Falkeborn (2):
remoteproc: ingenic: Constify ingenic_rproc_ops
remoteproc: stm32: Constify st_rproc_ops

drivers/remoteproc/ingenic_rproc.c | 2 +-
drivers/remoteproc/stm32_rproc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
2.29.2