All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] perf: remove duplicated include from perf_event.h
@ 2019-01-17  7:25 YueHaibing
  2019-01-17 14:10 ` Arnaldo Carvalho de Melo
  2019-01-22 10:14 ` [tip:perf/core] perf: Remove duplicated workqueue.h " tip-bot for YueHaibing
  0 siblings, 2 replies; 3+ messages in thread
From: YueHaibing @ 2019-01-17  7:25 UTC (permalink / raw)
  To: peterz, mingo, acme, alexander.shishkin, jolsa, namhyung
  Cc: linux-kernel, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] perf: remove duplicated include from perf_event.h
  2019-01-17  7:25 [PATCH -next] perf: remove duplicated include from perf_event.h YueHaibing
@ 2019-01-17 14:10 ` Arnaldo Carvalho de Melo
  2019-01-22 10:14 ` [tip:perf/core] perf: Remove duplicated workqueue.h " tip-bot for YueHaibing
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2019-01-17 14:10 UTC (permalink / raw)
  To: YueHaibing
  Cc: peterz, mingo, alexander.shishkin, jolsa, namhyung, linux-kernel

Em Thu, Jan 17, 2019 at 03:25:04PM +0800, YueHaibing escreveu:
> Remove duplicated include.

Thanks, applied.

- Arnaldo
 
> Signed-off-by: YueHaibing <yuehaibing@huawei.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
> 

-- 

- Arnaldo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:perf/core] perf: Remove duplicated workqueue.h include from perf_event.h
  2019-01-17  7:25 [PATCH -next] perf: remove duplicated include from perf_event.h YueHaibing
  2019-01-17 14:10 ` Arnaldo Carvalho de Melo
@ 2019-01-22 10:14 ` tip-bot for YueHaibing
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for YueHaibing @ 2019-01-22 10:14 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, namhyung, peterz, jolsa, tglx, mingo, acme,
	yuehaibing, alexander.shishkin, hpa

Commit-ID:  cf5c6c211b7e9eb4f4219f83671432c9ef257187
Gitweb:     https://git.kernel.org/tip/cf5c6c211b7e9eb4f4219f83671432c9ef257187
Author:     YueHaibing <yuehaibing@huawei.com>
AuthorDate: Thu, 17 Jan 2019 15:25:04 +0800
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 21 Jan 2019 15:15:57 -0300

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>
---
 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 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>
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-22 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17  7:25 [PATCH -next] perf: remove duplicated include from perf_event.h YueHaibing
2019-01-17 14:10 ` Arnaldo Carvalho de Melo
2019-01-22 10:14 ` [tip:perf/core] perf: Remove duplicated workqueue.h " tip-bot for YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.