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

From: Alex Elder
Date: Tue Jan 26 2021 - 02:25:18 EST


On 1/25/21 9:30 AM, Arnd Bergmann wrote:
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.

Yes, for various reasons this took a while to get incorporated.
It just got accepted over the weekend. Thanks for mentioning it.

-Alex


Arnd