perf evlist: Add missing 'struct option' forward declaration
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 17 Oct 2014 15:16:00 +0000 (12:16 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 17 Oct 2014 15:16:00 +0000 (12:16 -0300)
commit724ce97e9f8616ffb62b940f3726685c6f31f9b9
treeb4d7f19041203933d90ca78fbc10ffeba6cb3adb
parent597e48c138632d1f55409dcfa5bee4e1152e7d4f
perf evlist: Add missing 'struct option' forward declaration

It was being found, by chance, because evsel.h needlessly includes
util/cgroup.h, which will be sorted out in a following patch.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-xsvxr747wkkpg1ay9dramorr@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.h