From: Andrew Morton Date: Mon, 16 Jul 2007 06:37:18 +0000 (-0700) Subject: authgss build fix X-Git-Tag: v2.6.23-rc1~1051 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=09561f44c75bc462ae86590b9c089d01c4e94a74;p=~emulex%2Finfiniband.git authgss build fix Recent breakage.. net/sunrpc/auth_gss/auth_gss.c:1002: warning: implicit declaration of function 'lock_kernel' net/sunrpc/auth_gss/auth_gss.c:1004: warning: implicit declaration of function 'unlock_kernel' Cc: Trond Myklebust Cc: "J. Bruce Fields" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index baf4096d52d..abfda33bac6 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include