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

2023-08-23 Thread Michael Ellerman
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) > | ^~

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

2023-08-21 Thread Christophe Leroy
Le 18/08/2023 à 10:59, Christophe Leroy a écrit : >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) >| ^~~

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

2023-08-18 Thread Christophe Leroy
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 3f6d