Re: [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header

From: Benjamin Herrenschmidt
Date: Sun Nov 25 2018 - 18:07:53 EST


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@xxxxxxxxx> wrote:
> > Remove linux/cdev.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx>
>
> 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
> >