All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
@ 2018-11-09  9:51 Brajeswar Ghosh
  2018-11-16 15:17 ` Brajeswar Ghosh
  2019-01-07 10:42 ` Laurentiu Tudor
  0 siblings, 2 replies; 7+ messages in thread
From: Brajeswar Ghosh @ 2018-11-09  9:51 UTC (permalink / raw)
  To: stuyoder, laurentiu.tudor; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove linux/fsl/mc.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/bus/fsl-mc/dpbp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
index 17e3c5d2f22e..9003cd3698a5 100644
--- a/drivers/bus/fsl-mc/dpbp.c
+++ b/drivers/bus/fsl-mc/dpbp.c
@@ -5,7 +5,6 @@
  */
 #include <linux/kernel.h>
 #include <linux/fsl/mc.h>
-#include <linux/fsl/mc.h>
 
 #include "fsl-mc-private.h"
 
-- 
2.17.1


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

* Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
  2018-11-09  9:51 [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header Brajeswar Ghosh
@ 2018-11-16 15:17 ` Brajeswar Ghosh
  2018-12-05  6:40   ` Brajeswar Ghosh
  2019-01-07 10:42 ` Laurentiu Tudor
  1 sibling, 1 reply; 7+ messages in thread
From: Brajeswar Ghosh @ 2018-11-16 15:17 UTC (permalink / raw)
  To: Stuart Yoder, laurentiu.tudor
  Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

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

Any comment on this patch?

> ---
>  drivers/bus/fsl-mc/dpbp.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> index 17e3c5d2f22e..9003cd3698a5 100644
> --- a/drivers/bus/fsl-mc/dpbp.c
> +++ b/drivers/bus/fsl-mc/dpbp.c
> @@ -5,7 +5,6 @@
>   */
>  #include <linux/kernel.h>
>  #include <linux/fsl/mc.h>
> -#include <linux/fsl/mc.h>
>
>  #include "fsl-mc-private.h"
>
> --
> 2.17.1
>

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

* Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
  2018-11-16 15:17 ` Brajeswar Ghosh
@ 2018-12-05  6:40   ` Brajeswar Ghosh
  2019-01-05  4:52     ` Brajeswar Ghosh
  0 siblings, 1 reply; 7+ messages in thread
From: Brajeswar Ghosh @ 2018-12-05  6:40 UTC (permalink / raw)
  To: Stuart Yoder, laurentiu.tudor
  Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Fri, Nov 16, 2018 at 8:47 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> On Fri, Nov 9, 2018 at 3:21 PM Brajeswar Ghosh
> <brajeswar.linux@gmail.com> wrote:
> >
> > Remove linux/fsl/mc.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/fsl-mc/dpbp.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> > index 17e3c5d2f22e..9003cd3698a5 100644
> > --- a/drivers/bus/fsl-mc/dpbp.c
> > +++ b/drivers/bus/fsl-mc/dpbp.c
> > @@ -5,7 +5,6 @@
> >   */
> >  #include <linux/kernel.h>
> >  #include <linux/fsl/mc.h>
> > -#include <linux/fsl/mc.h>
> >
> >  #include "fsl-mc-private.h"
> >
> > --
> > 2.17.1
> >

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

* Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
  2018-12-05  6:40   ` Brajeswar Ghosh
@ 2019-01-05  4:52     ` Brajeswar Ghosh
  2019-01-06 12:04       ` Souptick Joarder
  0 siblings, 1 reply; 7+ messages in thread
From: Brajeswar Ghosh @ 2019-01-05  4:52 UTC (permalink / raw)
  To: Stuart Yoder, laurentiu.tudor
  Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Wed, Dec 5, 2018 at 12:10 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> On Fri, Nov 16, 2018 at 8:47 PM Brajeswar Ghosh
> <brajeswar.linux@gmail.com> wrote:
> >
> > On Fri, Nov 9, 2018 at 3:21 PM Brajeswar Ghosh
> > <brajeswar.linux@gmail.com> wrote:
> > >
> > > Remove linux/fsl/mc.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?

Any comment on this patch?

>
> >
> > > ---
> > >  drivers/bus/fsl-mc/dpbp.c | 1 -
> > >  1 file changed, 1 deletion(-)
> > >
> > > diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> > > index 17e3c5d2f22e..9003cd3698a5 100644
> > > --- a/drivers/bus/fsl-mc/dpbp.c
> > > +++ b/drivers/bus/fsl-mc/dpbp.c
> > > @@ -5,7 +5,6 @@
> > >   */
> > >  #include <linux/kernel.h>
> > >  #include <linux/fsl/mc.h>
> > > -#include <linux/fsl/mc.h>
> > >
> > >  #include "fsl-mc-private.h"
> > >
> > > --
> > > 2.17.1
> > >

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

* Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
  2019-01-05  4:52     ` Brajeswar Ghosh
@ 2019-01-06 12:04       ` Souptick Joarder
  0 siblings, 0 replies; 7+ messages in thread
From: Souptick Joarder @ 2019-01-06 12:04 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: Stuart Yoder, laurentiu.tudor, linux-kernel, Sabyasachi Gupta

On Sat, Jan 5, 2019 at 10:23 AM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> On Wed, Dec 5, 2018 at 12:10 PM Brajeswar Ghosh
> <brajeswar.linux@gmail.com> wrote:
> >
> > On Fri, Nov 16, 2018 at 8:47 PM Brajeswar Ghosh
> > <brajeswar.linux@gmail.com> wrote:
> > >
> > > On Fri, Nov 9, 2018 at 3:21 PM Brajeswar Ghosh
> > > <brajeswar.linux@gmail.com> wrote:
> > > >
> > > > Remove linux/fsl/mc.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?
>
> Any comment on this patch?

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

>
> >
> > >
> > > > ---
> > > >  drivers/bus/fsl-mc/dpbp.c | 1 -
> > > >  1 file changed, 1 deletion(-)
> > > >
> > > > diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> > > > index 17e3c5d2f22e..9003cd3698a5 100644
> > > > --- a/drivers/bus/fsl-mc/dpbp.c
> > > > +++ b/drivers/bus/fsl-mc/dpbp.c
> > > > @@ -5,7 +5,6 @@
> > > >   */
> > > >  #include <linux/kernel.h>
> > > >  #include <linux/fsl/mc.h>
> > > > -#include <linux/fsl/mc.h>
> > > >
> > > >  #include "fsl-mc-private.h"
> > > >
> > > > --
> > > > 2.17.1
> > > >

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

* Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
  2018-11-09  9:51 [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header Brajeswar Ghosh
  2018-11-16 15:17 ` Brajeswar Ghosh
@ 2019-01-07 10:42 ` Laurentiu Tudor
  2019-01-30 13:53   ` Brajeswar Ghosh
  1 sibling, 1 reply; 7+ messages in thread
From: Laurentiu Tudor @ 2019-01-07 10:42 UTC (permalink / raw)
  To: Brajeswar Ghosh, stuyoder; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux



On 09.11.2018 11:51, Brajeswar Ghosh wrote:
> Remove linux/fsl/mc.h which is included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

Acked-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>

---
Best Regards, Laurentiu

> ---
>   drivers/bus/fsl-mc/dpbp.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> index 17e3c5d2f22e..9003cd3698a5 100644
> --- a/drivers/bus/fsl-mc/dpbp.c
> +++ b/drivers/bus/fsl-mc/dpbp.c
> @@ -5,7 +5,6 @@
>    */
>   #include <linux/kernel.h>
>   #include <linux/fsl/mc.h>
> -#include <linux/fsl/mc.h>
>   
>   #include "fsl-mc-private.h"
>   
> 

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

* Re: [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
  2019-01-07 10:42 ` Laurentiu Tudor
@ 2019-01-30 13:53   ` Brajeswar Ghosh
  0 siblings, 0 replies; 7+ messages in thread
From: Brajeswar Ghosh @ 2019-01-30 13:53 UTC (permalink / raw)
  To: Laurentiu Tudor; +Cc: stuyoder, jrdr.linux, linux-kernel, sabyasachi.linux

On Mon, Jan 7, 2019 at 4:12 PM Laurentiu Tudor <laurentiu.tudor@nxp.com> wrote:
>
>
>
> On 09.11.2018 11:51, Brajeswar Ghosh wrote:
> > Remove linux/fsl/mc.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
>
> Acked-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
>
> ---
> Best Regards, Laurentiu

If no further comment, can we get this patch in queue for 5.1 ?

>
> > ---
> >   drivers/bus/fsl-mc/dpbp.c | 1 -
> >   1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
> > index 17e3c5d2f22e..9003cd3698a5 100644
> > --- a/drivers/bus/fsl-mc/dpbp.c
> > +++ b/drivers/bus/fsl-mc/dpbp.c
> > @@ -5,7 +5,6 @@
> >    */
> >   #include <linux/kernel.h>
> >   #include <linux/fsl/mc.h>
> > -#include <linux/fsl/mc.h>
> >
> >   #include "fsl-mc-private.h"
> >
> >

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

end of thread, other threads:[~2019-01-30 13:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-09  9:51 [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header Brajeswar Ghosh
2018-11-16 15:17 ` Brajeswar Ghosh
2018-12-05  6:40   ` Brajeswar Ghosh
2019-01-05  4:52     ` Brajeswar Ghosh
2019-01-06 12:04       ` Souptick Joarder
2019-01-07 10:42 ` Laurentiu Tudor
2019-01-30 13:53   ` Brajeswar Ghosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.