Commit-ID: 3dd422b4a5009e7654846534d535758d4cc985db Gitweb: http://git.kernel.org/tip/3dd422b4a5009e7654846534d535758d4cc985db Author: Jiri Olsa <[email protected]> AuthorDate: Mon, 5 May 2014 12:26:14 +0200 Committer: Jiri Olsa <[email protected]> CommitDate: Mon, 5 May 2014 17:45:20 +0200
perf tools: Remove MAX_COUNTERS define from perf.h As it's no longer used. Acked-by: Arnaldo Carvalho de Melo <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Corey Ashford <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jiri Olsa <[email protected]> --- tools/perf/perf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 5aa8ac4..3bea2e6 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -231,7 +231,6 @@ sys_perf_event_open(struct perf_event_attr *attr, return fd; } -#define MAX_COUNTERS 256 #define MAX_NR_CPUS 256 struct ip_callchain { -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

