Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver
From: Peter Griffin
Date: Fri May 27 2016 - 12:13:49 EST
Hi Patrice,
On Fri, 27 May 2016, Patrice Chotard wrote:
<snip>
> >+struct rproc *xp70_rproc_alloc(struct platform_device *pdev, char *fw_name);
> >+void xp70_rproc_put(struct st_xp70_rproc *xp70_rproc);
> >+
> >+#endif
>
> Hi Peter
>
> Applying this series on top of v4.6 kernel leads to the following
> compilation error due to patch 01/18 :
>
> drivers/remoteproc/st_xp70_rproc.c: In function 'xp70_rproc_alloc':
> drivers/remoteproc/st_xp70_rproc.c:291:2: error: implicit
> declaration of function 'rproc_get_elf_ops'
> [-Werror=implicit-function-declaration]
> elf_ops = rproc_get_elf_ops();
> ^
> LD [M] drivers/remoteproc/remoteproc.o
Whoops. Looks like I forgot to include the first patch of the series. Doh! I will
include it when I send v5.
The missing patch looks like this. Bjorn do you have any issues with adding this
interface?
regards,
Peter.