Now that svc_process() is called only by svc_recv(), it doesn't need to be exported. Signed-off-by: NeilBrown <neilb@xxxxxxx> --- net/sunrpc/svc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index cbfd4ac02a4d..f2971d94b4aa 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c @@ -1546,7 +1546,6 @@ void svc_process(struct svc_rqst *rqstp) out_drop: svc_drop(rqstp); } -EXPORT_SYMBOL_GPL(svc_process); #if defined(CONFIG_SUNRPC_BACKCHANNEL) /* -- 2.40.1