linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 05/45] drivers: hwtracing: remove duplicate includes
@ 2017-12-05  2:00 Pravin Shedge
  2017-12-07 16:40 ` Mathieu Poirier
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin Shedge @ 2017-12-05  2:00 UTC (permalink / raw)
  Cc: pravin.shedge4linux, Mathieu Poirier, linux-arm-kernel, linux-kernel

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
---
 drivers/hwtracing/coresight/coresight-etb10.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c
index e03e589..580cd38 100644
--- a/drivers/hwtracing/coresight/coresight-etb10.c
+++ b/drivers/hwtracing/coresight/coresight-etb10.c
@@ -33,7 +33,6 @@
 #include <linux/mm.h>
 #include <linux/perf_event.h>
 
-#include <asm/local.h>
 
 #include "coresight-priv.h"
 
-- 
2.7.4

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

* Re: [PATCH 05/45] drivers: hwtracing: remove duplicate includes
  2017-12-05  2:00 [PATCH 05/45] drivers: hwtracing: remove duplicate includes Pravin Shedge
@ 2017-12-07 16:40 ` Mathieu Poirier
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Poirier @ 2017-12-07 16:40 UTC (permalink / raw)
  To: Pravin Shedge; +Cc: linux-arm-kernel, linux-kernel

On 4 December 2017 at 19:00, Pravin Shedge
<pravin.shedge4linux@gmail.com> wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.
>
> Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
> ---
>  drivers/hwtracing/coresight/coresight-etb10.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c
> index e03e589..580cd38 100644
> --- a/drivers/hwtracing/coresight/coresight-etb10.c
> +++ b/drivers/hwtracing/coresight/coresight-etb10.c
> @@ -33,7 +33,6 @@
>  #include <linux/mm.h>
>  #include <linux/perf_event.h>
>
> -#include <asm/local.h>
>
>  #include "coresight-priv.h"

Applied with a reworked commit header.
Mathieu



>
> --
> 2.7.4
>

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

end of thread, other threads:[~2017-12-07 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05  2:00 [PATCH 05/45] drivers: hwtracing: remove duplicate includes Pravin Shedge
2017-12-07 16:40 ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).