From: H Hartley Sweeten Date: Tue, 21 Jun 2011 00:54:51 +0000 (-0700) Subject: svcsock.c: include sunrpc.h to quiet sparse noise X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=177e4f998bb3a1a723d1ad200e9a7c7c20490f17;p=deliverable%2Flinux.git svcsock.c: include sunrpc.h to quiet sparse noise Include the private header sunrpc.h to pickup the declaration of the function svc_send_common to quiet the following sparse noise: warning: symbol 'svc_send_common' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Trond Myklebust Cc: "J. Bruce Fields" Cc: Neil Brown Cc: "David S. Miller" Signed-off-by: J. Bruce Fields --- diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index af04f779ce9f..f2cb5b881dea 100644 --- a/net/sunrpc/svcsock.c +++ b/net/sunrpc/svcsock.c @@ -51,6 +51,8 @@ #include #include +#include "sunrpc.h" + #define RPCDBG_FACILITY RPCDBG_SVCXPRT