diff mbox

[16/45] drivers: rpmsg: remove duplicate includes

Message ID 1512579761-5613-1-git-send-email-pravin.shedge4linux@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Pravin Shedge Dec. 6, 2017, 5:02 p.m. UTC
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(-)

Comments

Bjorn Andersson Dec. 6, 2017, 9:59 p.m. UTC | #1
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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-remoteproc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"