aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-01-17 15:25:04 +0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-01-21 15:15:57 -0300
commitcf5c6c211b7e9eb4f4219f83671432c9ef257187 (patch)
tree790bb0f5e140c833fedbd5f61f90200c4c5f3d8d /include/linux/perf_event.h
parentperf session: Add reader__process_events function (diff)
downloadlinux-dev-cf5c6c211b7e9eb4f4219f83671432c9ef257187.tar.xz
linux-dev-cf5c6c211b7e9eb4f4219f83671432c9ef257187.zip
perf: Remove duplicated workqueue.h include from perf_event.h
It is already included a little bit higher up in that file. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190117072504.14428-1-yuehaibing@huawei.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index cec02dc63b51..f8ec36197718 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -53,7 +53,6 @@ struct perf_guest_info_callbacks {
#include <linux/atomic.h>
#include <linux/sysfs.h>
#include <linux/perf_regs.h>
-#include <linux/workqueue.h>
#include <linux/cgroup.h>
#include <asm/local.h>