linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/bus/fsl-mc/dpcon.c: Remove duplicate header
@ 2018-11-16 10:05 Brajeswar Ghosh
  2018-11-24  8:23 ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-16 10:05 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/dpcon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/fsl-mc/dpcon.c b/drivers/bus/fsl-mc/dpcon.c
index 760555d7946e..97b6fa605e62 100644
--- a/drivers/bus/fsl-mc/dpcon.c
+++ b/drivers/bus/fsl-mc/dpcon.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] 3+ messages in thread

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

On Fri, Nov 16, 2018 at 3:36 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/dpcon.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/bus/fsl-mc/dpcon.c b/drivers/bus/fsl-mc/dpcon.c
> index 760555d7946e..97b6fa605e62 100644
> --- a/drivers/bus/fsl-mc/dpcon.c
> +++ b/drivers/bus/fsl-mc/dpcon.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] 3+ messages in thread

* Re: [PATCH] drivers/bus/fsl-mc/dpcon.c: Remove duplicate header
  2018-11-24  8:23 ` Brajeswar Ghosh
@ 2018-12-05  6:40   ` Brajeswar Ghosh
  0 siblings, 0 replies; 3+ 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 Sat, Nov 24, 2018 at 1:53 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> On Fri, Nov 16, 2018 at 3:36 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/dpcon.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/bus/fsl-mc/dpcon.c b/drivers/bus/fsl-mc/dpcon.c
> > index 760555d7946e..97b6fa605e62 100644
> > --- a/drivers/bus/fsl-mc/dpcon.c
> > +++ b/drivers/bus/fsl-mc/dpcon.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] 3+ messages in thread

end of thread, other threads:[~2018-12-05  6:41 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:05 [PATCH] drivers/bus/fsl-mc/dpcon.c: Remove duplicate header Brajeswar Ghosh
2018-11-24  8:23 ` Brajeswar Ghosh
2018-12-05  6:40   ` 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).