Re: [PATCH 2/2] perf tests: Drop __maybe_unused on x86 test declarations
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-05-21 19:59:01
Also in:
linux-arm-kernel, lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-05-21 19:59:01
Also in:
linux-arm-kernel, lkml
Em Fri, May 14, 2021 at 11:03:01AM +0200, Jiri Olsa escreveu:
On Thu, May 13, 2021 at 12:46:14PM -0500, Rob Herring wrote:quoted
Function declarations don't need __maybe_unused annotations, only the implementations do. Drop them on the perf x86 tests.for both patches: Acked-by: Jiri Olsa <jolsa@kernel.org>
Thanks, applied. - Arnaldo