From: Arnaldo Carvalho de Melo Date: Wed, 27 Nov 2013 19:29:50 +0000 (-0300) Subject: perf timechart: Remove some needless struct forward declarations X-Git-Tag: upstream/snapshot3+hdmi~3649^2~19^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e53ad9ff65226f79d5888452992222284c7e4d4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git perf timechart: Remove some needless struct forward declarations Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stanislav Fomichev Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-jomi6mjv5zi9vsn4vmih5xps@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index 436cb5f..c246f02 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c @@ -55,14 +55,8 @@ static bool tasks_only; static bool with_backtrace; -struct per_pid; struct per_pidcomm; - struct cpu_sample; -struct power_event; -struct wake_event; - -struct sample_wrapper; /* * Datastructure layout: @@ -155,7 +149,6 @@ struct wake_event { static struct power_event *power_events; static struct wake_event *wake_events; -struct process_filter; struct process_filter { char *name; int pid;