Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1574985
| From | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] bus: qcom-ebi2: remove duplicated include from qcom-ebi2.c |
| Date | 2017-02-06 17:50 +0100 |
| Message-ID | <t7UEi-7p1-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Wei Yongjun <weiyongjun1@huawei.com> Remove duplicated include. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.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>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH -next] bus: qcom-ebi2: remove duplicated include from qcom-ebi2.c Wei Yongjun <weiyj.lk@gmail.com> - 2017-02-06 17:50 +0100 Re: [PATCH -next] bus: qcom-ebi2: remove duplicated include from qcom-ebi2.c Linus Walleij <linus.walleij@linaro.org> - 2017-02-13 14:30 +0100
csiph-web