Re: [PATCH] powerpc/perf: Convert fsl_emb notifier to state machine callbacks

From: Michael Ellerman
Date: Wed Aug 23 2023 - 08:04:13 EST


On Fri, 18 Aug 2023 10:59:44 +0200, Christophe Leroy wrote:
> CC arch/powerpc/perf/core-fsl-emb.o
> arch/powerpc/perf/core-fsl-emb.c:675:6: error: no previous prototype for 'hw_perf_event_setup' [-Werror=missing-prototypes]
> 675 | void hw_perf_event_setup(int cpu)
> | ^~~~~~~~~~~~~~~~~~~
>
> Looks like fsl_emb was completely missed by commit 3f6da3905398 ("perf:
> Rework and fix the arch CPU-hotplug hooks")
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/perf: Convert fsl_emb notifier to state machine callbacks
https://git.kernel.org/powerpc/c/34daf445f82bd3a4df852bb5f1dffd792ac830a0

cheers