Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1446346 > unrolled thread

[PATCH -next] coresight: etm4x: remove duplicated include from coresight-etm4x.c

Started byWei Yongjun <weiyj_lk@163.com>
First post2016-07-19 13:30 +0200
Last post2016-07-19 16:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH -next] coresight: etm4x: remove duplicated include from coresight-etm4x.c Wei Yongjun <weiyj_lk@163.com> - 2016-07-19 13:30 +0200
    Re: [PATCH -next] coresight: etm4x: remove duplicated include from coresight-etm4x.c Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-07-19 16:40 +0200

#1446346 — [PATCH -next] coresight: etm4x: remove duplicated include from coresight-etm4x.c

FromWei Yongjun <weiyj_lk@163.com>
Date2016-07-19 13:30 +0200
Subject[PATCH -next] coresight: etm4x: remove duplicated include from coresight-etm4x.c
Message-ID<rWBnQ-3o0-15@gated-at.bofh.it>
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/hwtracing/coresight/coresight-etm4x.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
index 0d8ebfa..6e639b9 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -33,7 +33,6 @@
 #include <linux/uaccess.h>
 #include <linux/perf_event.h>
 #include <linux/pm_runtime.h>
-#include <linux/perf_event.h>
 #include <asm/sections.h>
 #include <asm/local.h>
 

[toc] | [next] | [standalone]


#1446523

FromMathieu Poirier <mathieu.poirier@linaro.org>
Date2016-07-19 16:40 +0200
Message-ID<rWElI-5cK-9@gated-at.bofh.it>
In reply to#1446346
On 19 July 2016 at 05:27, Wei Yongjun <weiyj_lk@163.com> wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
>
> Remove duplicated include.
>
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
>  drivers/hwtracing/coresight/coresight-etm4x.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
> index 0d8ebfa..6e639b9 100644
> --- a/drivers/hwtracing/coresight/coresight-etm4x.c
> +++ b/drivers/hwtracing/coresight/coresight-etm4x.c
> @@ -33,7 +33,6 @@
>  #include <linux/uaccess.h>
>  #include <linux/perf_event.h>
>  #include <linux/pm_runtime.h>
> -#include <linux/perf_event.h>
>  #include <asm/sections.h>
>  #include <asm/local.h>

Definitely - applied.

Thanks,
Mathieu

>
>
>
>
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web