Skip to content

Commit

Permalink
drivers: rpmsg: remove duplicate includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pravin Shedge authored and andersson committed Dec 6, 2017
1 parent a1fcc45 commit ed608eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/rpmsg/qcom_glink_smem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed608eb

Please sign in to comment.