Re: [PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header

2023-02-21 Thread Simon Glass
On Sun, 19 Feb 2023 at 23:13, Samuel Holland wrote: > > This array is private to the IPU driver, so it should be declared there. > > Signed-off-by: Samuel Holland > --- > > drivers/remoteproc/ipu_rproc.c | 4 +++- > include/remoteproc.h | 1 - > 2 files changed, 3 insertions(+), 2 dele

[PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header

2023-02-19 Thread Samuel Holland
This array is private to the IPU driver, so it should be declared there. Signed-off-by: Samuel Holland --- drivers/remoteproc/ipu_rproc.c | 4 +++- include/remoteproc.h | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/remoteproc/ipu_rproc.c b/drivers/remot