Re: [PATCH] [net-next] ipa: add remoteproc dependency

From: Arnd Bergmann
Date: Tue Jan 26 2021 - 02:35:35 EST


On Mon, Jan 25, 2021 at 4:23 PM Bjorn Andersson
<bjorn.andersson@xxxxxxxxxx> wrote:
>
> On Mon 25 Jan 05:35 CST 2021, Arnd Bergmann wrote:
>
> > From: Arnd Bergmann <arnd@xxxxxxxx>
> >
> > Compile-testing without CONFIG_REMOTEPROC results in a build failure:
> >
> > >>> referenced by ipa_main.c
> > >>> net/ipa/ipa_main.o:(ipa_probe) in archive drivers/built-in.a
> > ld.lld: error: undefined symbol: rproc_put
> > >>> referenced by ipa_main.c
> > >>> net/ipa/ipa_main.o:(ipa_probe) in archive drivers/built-in.a
> > >>> referenced by ipa_main.c
> > >>> net/ipa/ipa_main.o:(ipa_remove) in archive drivers/built-in.a
> >
> > Add a new dependency to avoid this.
> >
>
> Afaict this should be addressed by:
>
> 86fdf1fc60e9 ("net: ipa: remove a remoteproc dependency")
>
> which is present in linux-next.

Ok, good. I was testing with next-20210122, which was
still lacking that commit.

Arnd