linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header
@ 2018-11-16 10:13 Brajeswar Ghosh
  2018-11-24  8:22 ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-16 10:13 UTC (permalink / raw)
  To: akpm; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

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

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.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 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header
  2018-11-16 10:13 [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header Brajeswar Ghosh
@ 2018-11-24  8:22 ` Brajeswar Ghosh
  2018-12-05  6:39   ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-24  8:22 UTC (permalink / raw)
  To: akpm; +Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

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

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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header
  2018-11-24  8:22 ` Brajeswar Ghosh
@ 2018-12-05  6:39   ` Brajeswar Ghosh
  0 siblings, 0 replies; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-12-05  6:39 UTC (permalink / raw)
  To: akpm; +Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Sat, Nov 24, 2018 at 1:52 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> On Fri, Nov 16, 2018 at 3:43 PM Brajeswar Ghosh
> <brajeswar.linux@gmail.com> wrote:
> >
> > Remove linux/io.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
>
> 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
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-05  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 10:13 [PATCH] drivers/bus/qcom-ebi2.c: Remove duplicate header Brajeswar Ghosh
2018-11-24  8:22 ` Brajeswar Ghosh
2018-12-05  6:39   ` Brajeswar Ghosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).