Re: [PATCH] selftests/powerpc: Remove the repeated declaration

2021-06-17 Thread Michael Ellerman
On Tue, 1 Jun 2021 14:36:25 +0800, Shaokun Zhang wrote: > Function 'event_ebb_init' and 'event_leader_ebb_init' are declared > twice in the header file, so remove the repeated declaration. Applied to powerpc/next. [1/1] selftests/powerpc: Remove the repeated declaration https://git.kernel.o

[PATCH] selftests/powerpc: Remove the repeated declaration

2021-05-31 Thread Shaokun Zhang
Function 'event_ebb_init' and 'event_leader_ebb_init' are declared twice in the header file, so remove the repeated declaration. Cc: Michael Ellerman Signed-off-by: Shaokun Zhang --- tools/testing/selftests/powerpc/pmu/ebb/ebb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/testing