[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-dme1nsu07a0spkmcl401srec@git.kernel.org>
Date: Wed, 29 Oct 2014 23:43:26 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: eranian@...gle.com, acme@...hat.com, namhyung@...nel.org,
peterz@...radead.org, linux-kernel@...r.kernel.org,
adrian.hunter@...el.com, fweisbec@...il.com, jolsa@...hat.com,
hpa@...or.com, jean.pihet@...aro.org, tglx@...utronix.de,
paulus@...ba.org, dsahern@...il.com, efault@....de,
mingo@...nel.org, dzickus@...hat.com, bp@...e.de
Subject: [tip:perf/core] perf tests: Remove misplaced __maybe_unused
Commit-ID: f498784c39c7c840347e28b830aedc31ce699816
Gitweb: http://git.kernel.org/tip/f498784c39c7c840347e28b830aedc31ce699816
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Thu, 23 Oct 2014 17:20:38 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 29 Oct 2014 10:32:46 -0200
perf tests: Remove misplaced __maybe_unused
The 'machine' parameter is used in this function, ditch the
__maybe_unused annotation, not needed.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Borislav Petkov <bp@...e.de>
Cc: David Ahern <dsahern@...il.com>
Cc: Don Zickus <dzickus@...hat.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Jean Pihet <jean.pihet@...aro.org>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Mike Galbraith <efault@....de>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Stephane Eranian <eranian@...gle.com>
Link: http://lkml.kernel.org/n/tip-dme1nsu07a0spkmcl401srec@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/tests/hists_filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/tests/hists_filter.c b/tools/perf/tests/hists_filter.c
index 5a31787..74f257a 100644
--- a/tools/perf/tests/hists_filter.c
+++ b/tools/perf/tests/hists_filter.c
@@ -43,7 +43,7 @@ static struct sample fake_samples[] = {
};
static int add_hist_entries(struct perf_evlist *evlist,
- struct machine *machine __maybe_unused)
+ struct machine *machine)
{
struct perf_evsel *evsel;
struct addr_location al;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists