merged into cif-2.6.git for-next On Sun, May 12, 2019 at 8:24 PM Ronnie Sahlberg <lsahlber@xxxxxxxxxx> wrote: > > Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> > --- > fs/cifs/transport.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c > index 9a16ff4b9f5e..60661b3f983a 100644 > --- a/fs/cifs/transport.c > +++ b/fs/cifs/transport.c > @@ -33,7 +33,7 @@ > #include <linux/uaccess.h> > #include <asm/processor.h> > #include <linux/mempool.h> > -#include <linux/signal.h> > +#include <linux/sched/signal.h> > #include "cifspdu.h" > #include "cifsglob.h" > #include "cifsproto.h" > -- > 2.13.6 > -- Thanks, Steve