1
0
Fork 0

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>
hifive-unleashed-5.1
Pravin Shedge 2017-12-06 22:32:41 +05:30 committed by Bjorn Andersson
parent a1fcc45589
commit ed608eb0be
1 changed files with 0 additions and 2 deletions

View 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"