perf bpf: Remove misplaced __maybe_unused attribute
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 22 Jan 2018 13:42:55 +0000 (10:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 25 Jan 2018 09:37:28 +0000 (06:37 -0300)
commit78c436907c94660edc76f499b80dbebbbe6fd572
tree708145a33283792a118973bfcd6e57cc1903d6f1
parent8046bf0cd7636e06e65fec3d1b67706db29b19dd
perf bpf: Remove misplaced __maybe_unused attribute

The bpf__setup_stdout() function uses that evlist argument, remove the
misleading __maybe_unused attribute.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-7vbhhzbd33nvdm7l35gdfryt@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/bpf-loader.c