[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190117072504.14428-1-yuehaibing@huawei.com>
Date: Thu, 17 Jan 2019 15:25:04 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <peterz@...radead.org>, <mingo@...hat.com>, <acme@...nel.org>,
<alexander.shishkin@...ux.intel.com>, <jolsa@...hat.com>,
<namhyung@...nel.org>
CC: <linux-kernel@...r.kernel.org>, YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH -next] perf: remove duplicated include from perf_event.h
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
include/linux/perf_event.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 1d5c551..19baf4a 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>
--
2.7.0
Powered by blists - more mailing lists