From: Andrew Morton Date: Mon, 16 Jul 2007 06:37:18 +0000 (-0700) Subject: authgss build fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=09561f44c75bc462ae86590b9c089d01c4e94a74;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 baf4096d52d4..abfda33bac64 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