summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-01 14:23:54 +0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-04-02 10:44:32 -0300
commitfd6103cb67966ed783b3800110bdbd66edae26a4 (patch)
tree52b5ee6cfa011c8539ac638addda03ff469d8933 /tools
parent3406ac5347dbf64ab9f7b137ed25a18493f5ea2d (diff)
downloadlinux-fd6103cb67966ed783b3800110bdbd66edae26a4.tar.gz
linux-fd6103cb67966ed783b3800110bdbd66edae26a4.tar.bz2
linux-fd6103cb67966ed783b3800110bdbd66edae26a4.zip
perf evsel: Remove duplicate 'struct target' forward declaration
'struct target' is declared twice. One has been declared at 21st line. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: kael_w@yeah.net Link: http://lore.kernel.org/lkml/20210401062424.991737-1-wanjiabing@vivo.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/evsel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h
index dd4f56f9cfdf..eccc4fd5b3eb 100644
--- a/tools/perf/util/evsel.h
+++ b/tools/perf/util/evsel.h
@@ -175,7 +175,6 @@ struct perf_missing_features {
extern struct perf_missing_features perf_missing_features;
struct perf_cpu_map;
-struct target;
struct thread_map;
struct record_opts;