All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 16/45] drivers: rpmsg: remove duplicate includes
@ 2017-12-06 17:02 Pravin Shedge
  2017-12-06 21:59 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin Shedge @ 2017-12-06 17:02 UTC (permalink / raw)
  To: linux-remoteproc, bjorn.andersson, ohad; +Cc: linux-kernel, pravin.shedge4linux

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/rpmsg/qcom_glink_smem.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/rpmsg/qcom_glink_smem.c b/drivers/rpmsg/qcom_glink_smem.c
index 5cdaa5f..057528e 100644
--- a/drivers/rpmsg/qcom_glink_smem.c
+++ b/drivers/rpmsg/qcom_glink_smem.c
@@ -29,8 +29,6 @@
 #include <linux/workqueue.h>
 #include <linux/list.h>
 
-#include <linux/delay.h>
-#include <linux/rpmsg.h>
 #include <linux/rpmsg/qcom_glink.h>
 
 #include "qcom_glink_native.h"
-- 
2.7.4

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

* Re: [PATCH 16/45] drivers: rpmsg: remove duplicate includes
  2017-12-06 17:02 [PATCH 16/45] drivers: rpmsg: remove duplicate includes Pravin Shedge
@ 2017-12-06 21:59 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2017-12-06 21:59 UTC (permalink / raw)
  To: Pravin Shedge; +Cc: linux-remoteproc, ohad, linux-kernel

On Wed 06 Dec 09:02 PST 2017, Pravin Shedge wrote:

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

Applied.

Thanks,
Bjorn

> Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
> ---
>  drivers/rpmsg/qcom_glink_smem.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/rpmsg/qcom_glink_smem.c b/drivers/rpmsg/qcom_glink_smem.c
> index 5cdaa5f..057528e 100644
> --- a/drivers/rpmsg/qcom_glink_smem.c
> +++ b/drivers/rpmsg/qcom_glink_smem.c
> @@ -29,8 +29,6 @@
>  #include <linux/workqueue.h>
>  #include <linux/list.h>
>  
> -#include <linux/delay.h>
> -#include <linux/rpmsg.h>
>  #include <linux/rpmsg/qcom_glink.h>
>  
>  #include "qcom_glink_native.h"
> -- 
> 2.7.4
> 

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

end of thread, other threads:[~2017-12-06 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 17:02 [PATCH 16/45] drivers: rpmsg: remove duplicate includes Pravin Shedge
2017-12-06 21:59 ` Bjorn Andersson

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.