Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1574985 > unrolled thread
| Started by | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| First post | 2017-02-06 17:50 +0100 |
| Last post | 2017-02-13 14:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| Date | 2017-02-06 17:50 +0100 |
| Subject | [PATCH -next] bus: qcom-ebi2: remove duplicated include from qcom-ebi2.c |
| Message-ID | <t7UEi-7p1-27@gated-at.bofh.it> |
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>
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-02-13 14:30 +0100 |
| Message-ID | <taoRA-4fA-13@gated-at.bofh.it> |
| In reply to | #1574985 |
On Mon, Feb 6, 2017 at 5:49 PM, Wei Yongjun <weiyj.lk@gmail.com> wrote: > From: Wei Yongjun <weiyongjun1@huawei.com> > > Remove duplicated include. > > Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> I think you need to send this to the ARM SoC maintainers to have it applied. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web