Re: [PATCH] fs/coda/psdev.c: Remove duplicate header

From: Sabyasachi Gupta
Date: Tue Jan 29 2019 - 21:32:02 EST


On Mon, Jan 14, 2019 at 1:40 PM Souptick Joarder <jrdr.linux@xxxxxxxxx> wrote:
>
> On Fri, Jan 11, 2019 at 8:59 PM Sabyasachi Gupta
> <sabyasachi.linux@xxxxxxxxx> wrote:
> >
> > Remove linux/poll.h which is included more than once
> >
> > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx>
>
> Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx>
>
If no further comment, can we get this patch in queue for 5.1 ?
> > ---
> > fs/coda/psdev.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
> > index c5234c2..f2bb798 100644
> > --- a/fs/coda/psdev.c
> > +++ b/fs/coda/psdev.c
> > @@ -39,7 +39,6 @@
> > #include <linux/device.h>
> > #include <linux/pid_namespace.h>
> > #include <asm/io.h>
> > -#include <linux/poll.h>
> > #include <linux/uaccess.h>
> >
> > #include <linux/coda.h>
> > --
> > 2.7.4
> >