perf mem-events: Remove unnecessary 'struct mem_info' forward declaration
authorWan Jiabing <wanjiabing@vivo.com>
Tue, 6 Apr 2021 10:51:02 +0000 (18:51 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 6 Apr 2021 16:32:03 +0000 (13:32 -0300)
commit69baf1a2a41a87eb16dc98aa9ddbdadd8070e5b2
tree6b0a9cbd7bdf5bb7356252cd59a6273df5b2aadb
parentfd6103cb67966ed783b3800110bdbd66edae26a4
perf mem-events: Remove unnecessary 'struct mem_info' forward declaration

'struct mem_info' is defined at 22nd line.

The declaration here is unnecessary. Remove it.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kael_w@yeah.net
Link: http://lore.kernel.org/lkml/20210406105104.675879-1-wanjiabing@vivo.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/mem-events.h