[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170206164909.30371-1-weiyj.lk@gmail.com>
Date: Mon, 6 Feb 2017 16:49:09 +0000
From: Wei Yongjun <weiyj.lk@...il.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: Wei Yongjun <weiyongjun1@...wei.com>, linux-kernel@...r.kernel.org
Subject: [PATCH -next] bus: qcom-ebi2: remove duplicated include from qcom-ebi2.c
From: Wei Yongjun <weiyongjun1@...wei.com>
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
---
drivers/bus/qcom-ebi2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/bus/qcom-ebi2.c b/drivers/bus/qcom-ebi2.c
index a644424..374fe1d 100644
--- a/drivers/bus/qcom-ebi2.c
+++ b/drivers/bus/qcom-ebi2.c
@@ -17,7 +17,6 @@
#include <linux/module.h>
#include <linux/clk.h>
#include <linux/err.h>
-#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/init.h>
Powered by blists - more mailing lists