Re: [PATCH 2/2] perf tests: Drop __maybe_unused on x86 test declarations

From: Arnaldo Carvalho de Melo
Date: Fri May 21 2021 - 15:59:02 EST


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:
> > 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@xxxxxxxxxx>

Thanks, applied.

- Arnaldo