drivers: rpmsg: remove duplicate includes
authorPravin Shedge <pravin.shedge4linux@gmail.com>
Wed, 6 Dec 2017 17:02:41 +0000 (22:32 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 6 Dec 2017 21:59:14 +0000 (13:59 -0800)
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>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/qcom_glink_smem.c

index 5cdaa5f..057528e 100644 (file)
@@ -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"