diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 12:02:41 -0500 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-12-06 16:59:14 -0500 |
commit | ed608eb0be578472ba1b23bca92f7dec61b24053 (patch) | |
tree | 3be123d5659ecd718f0eabd88bd7387f99006eaf | |
parent | a1fcc455899ace544d7130c6eace471d69d2f96a (diff) |
drivers: rpmsg: remove duplicate includes
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>
-rw-r--r-- | drivers/rpmsg/qcom_glink_smem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rpmsg/qcom_glink_smem.c b/drivers/rpmsg/qcom_glink_smem.c index 5cdaa5f8fb61..057528e23d3a 100644 --- a/drivers/rpmsg/qcom_glink_smem.c +++ b/drivers/rpmsg/qcom_glink_smem.c | |||
@@ -29,8 +29,6 @@ | |||
29 | #include <linux/workqueue.h> | 29 | #include <linux/workqueue.h> |
30 | #include <linux/list.h> | 30 | #include <linux/list.h> |
31 | 31 | ||
32 | #include <linux/delay.h> | ||
33 | #include <linux/rpmsg.h> | ||
34 | #include <linux/rpmsg/qcom_glink.h> | 32 | #include <linux/rpmsg/qcom_glink.h> |
35 | 33 | ||
36 | #include "qcom_glink_native.h" | 34 | #include "qcom_glink_native.h" |