2018-11-16 10:15:30

by Brajeswar Ghosh

[permalink] [raw]
Subject: [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header

Remove linux/io.h which is included more than once

Signed-off-by: Brajeswar Ghosh <[email protected]>
---
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 a6444244c411..56b01e4344d3 100644
--- a/drivers/bus/qcom-ebi2.c
+++ b/drivers/bus/qcom-ebi2.c
@@ -21,7 +21,6 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/init.h>
-#include <linux/io.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/bitops.h>
--
2.17.1



2018-11-24 09:06:21

by Brajeswar Ghosh

[permalink] [raw]
Subject: Re: [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header

On Fri, Nov 16, 2018 at 3:43 PM Brajeswar Ghosh
<[email protected]> wrote:
>
> Remove linux/io.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <[email protected]>

Any comment on this patch?

> ---
> 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 a6444244c411..56b01e4344d3 100644
> --- a/drivers/bus/qcom-ebi2.c
> +++ b/drivers/bus/qcom-ebi2.c
> @@ -21,7 +21,6 @@
> #include <linux/of.h>
> #include <linux/of_platform.h>
> #include <linux/init.h>
> -#include <linux/io.h>
> #include <linux/slab.h>
> #include <linux/platform_device.h>
> #include <linux/bitops.h>
> --
> 2.17.1
>

2018-12-05 06:41:00

by Brajeswar Ghosh

[permalink] [raw]
Subject: Re: [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header

On Sat, Nov 24, 2018 at 1:52 PM Brajeswar Ghosh
<[email protected]> wrote:
>
> On Fri, Nov 16, 2018 at 3:43 PM Brajeswar Ghosh
> <[email protected]> wrote:
> >
> > Remove linux/io.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <[email protected]>
>
> Any comment on this patch?

Any comment on this patch?

>
> > ---
> > 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 a6444244c411..56b01e4344d3 100644
> > --- a/drivers/bus/qcom-ebi2.c
> > +++ b/drivers/bus/qcom-ebi2.c
> > @@ -21,7 +21,6 @@
> > #include <linux/of.h>
> > #include <linux/of_platform.h>
> > #include <linux/init.h>
> > -#include <linux/io.h>
> > #include <linux/slab.h>
> > #include <linux/platform_device.h>
> > #include <linux/bitops.h>
> > --
> > 2.17.1
> >