From 14e25977f98887f1f99c3ce7537a7674aab3cbdd Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 13 May 2019 11:24:17 +1000 Subject: cifs: use the right include for signal_pending() This header is actually where signal_pending is defined although either would work. Signed-off-by: Ronnie Sahlberg Signed-off-by: Steve French --- fs/cifs/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/cifs') 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 #include #include -#include +#include #include "cifspdu.h" #include "cifsglob.h" #include "cifsproto.h" -- cgit v1.2.3