diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-01-17 10:25:04 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-01-21 21:15:57 +0300 |
commit | cf5c6c211b7e9eb4f4219f83671432c9ef257187 (patch) | |
tree | 790bb0f5e140c833fedbd5f61f90200c4c5f3d8d /include/linux/perf_event.h | |
parent | 3c7b67b23eb317787d113b1e9a6d82250202a1e3 (diff) | |
download | linux-cf5c6c211b7e9eb4f4219f83671432c9ef257187.tar.xz |
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.h | 1 |
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> |