Re: [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype

From: Arnd Bergmann
Date: Fri Nov 10 2023 - 13:21:21 EST


On Fri, Nov 10, 2023, at 04:40, Michael Ellerman wrote:

> As pointed out by Arnd this is due to there being two symbols that
> control the gelic_udbg.c code.
>
> I don't see the need for PS3GELIC_UDBG, without PPC_EARLY_DEBUG_PS3GELIC
> it just causes gelic_udbg.c to be built, but never called.
>
> The diff below fixes the error AFAICS.
>
> I can just fold it in if you're happy with that Arnd.

Yes, looks good to me, please do.

Arnd