linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header
@ 2018-11-16 10:47 Brajeswar Ghosh
  2018-11-24  8:21 ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-16 10:47 UTC (permalink / raw)
  To: benh, eajames, alistair, cbostic
  Cc: jrdr.linux, linux-kernel, sabyasachi.linux

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

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

diff --git a/drivers/fsi/fsi-scom.c b/drivers/fsi/fsi-scom.c
index df94021dd9d1..81dc01ac2351 100644
--- a/drivers/fsi/fsi-scom.c
+++ b/drivers/fsi/fsi-scom.c
@@ -20,7 +20,6 @@
 #include <linux/fs.h>
 #include <linux/uaccess.h>
 #include <linux/slab.h>
-#include <linux/cdev.h>
 #include <linux/list.h>
 
 #include <uapi/linux/fsi.h>
-- 
2.17.1


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

* Re: [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header
  2018-11-16 10:47 [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header Brajeswar Ghosh
@ 2018-11-24  8:21 ` Brajeswar Ghosh
  2018-11-25 23:07   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-24  8:21 UTC (permalink / raw)
  To: benh, eajames, alistair, cbostic
  Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

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

Any comment on this patch?

> ---
>  drivers/fsi/fsi-scom.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/fsi/fsi-scom.c b/drivers/fsi/fsi-scom.c
> index df94021dd9d1..81dc01ac2351 100644
> --- a/drivers/fsi/fsi-scom.c
> +++ b/drivers/fsi/fsi-scom.c
> @@ -20,7 +20,6 @@
>  #include <linux/fs.h>
>  #include <linux/uaccess.h>
>  #include <linux/slab.h>
> -#include <linux/cdev.h>
>  #include <linux/list.h>
>
>  #include <uapi/linux/fsi.h>
> --
> 2.17.1
>

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

* Re: [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header
  2018-11-24  8:21 ` Brajeswar Ghosh
@ 2018-11-25 23:07   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2018-11-25 23:07 UTC (permalink / raw)
  To: Brajeswar Ghosh, eajames, alistair, cbostic
  Cc: Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Sat, 2018-11-24 at 13:51 +0530, Brajeswar Ghosh wrote:
> On Fri, Nov 16, 2018 at 4:17 PM Brajeswar Ghosh
> <brajeswar.linux@gmail.com> wrote:
> > Remove linux/cdev.h which is included more than once
> > 
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> 
> Any comment on this patch?

Ah sorry, I missed it. Yeah it's fine. I will send it to Greg.

> > ---
> >  drivers/fsi/fsi-scom.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/fsi/fsi-scom.c b/drivers/fsi/fsi-scom.c
> > index df94021dd9d1..81dc01ac2351 100644
> > --- a/drivers/fsi/fsi-scom.c
> > +++ b/drivers/fsi/fsi-scom.c
> > @@ -20,7 +20,6 @@
> >  #include <linux/fs.h>
> >  #include <linux/uaccess.h>
> >  #include <linux/slab.h>
> > -#include <linux/cdev.h>
> >  #include <linux/list.h>
> > 
> >  #include <uapi/linux/fsi.h>
> > --
> > 2.17.1
> > 


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

end of thread, other threads:[~2018-11-25 23:07 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:47 [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header Brajeswar Ghosh
2018-11-24  8:21 ` Brajeswar Ghosh
2018-11-25 23:07   ` Benjamin Herrenschmidt

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).