mbox series

[0/2] remoteproc: Constify static struct rproc_ops

Message ID 20201107233630.9728-1-rikard.falkeborn@gmail.com (mailing list archive)
Headers show
Series remoteproc: Constify static struct rproc_ops | expand

Message

Rikard Falkeborn Nov. 7, 2020, 11:36 p.m. UTC
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(-)