Re: [PATCH 1/2] perf pmu: remove unused declaration

2020-06-10 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 09, 2020 at 04:43:43PM -0700, Ian Rogers escreveu: > This avoids multiple declarations if the flex header is included. Thanks, applied, - Arnaldo > Signed-off-by: Ian Rogers > --- > tools/perf/util/pmu.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git

[PATCH 1/2] perf pmu: remove unused declaration

2020-06-09 Thread Ian Rogers
This avoids multiple declarations if the flex header is included. Signed-off-by: Ian Rogers --- tools/perf/util/pmu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/pmu.h b/tools/perf/util/pmu.h index 85e0c7f2515c..f971d9aa4570 100644 --- a/tools/perf/util/pmu.h +++