aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r--include/linux/sunrpc/clnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h
index 9b6027c51736..316a5525b730 100644
--- a/include/linux/sunrpc/clnt.h
+++ b/include/linux/sunrpc/clnt.h
@@ -180,5 +180,6 @@ const char *rpc_peeraddr2str(struct rpc_clnt *, enum rpc_display_format_t);
180int rpc_localaddr(struct rpc_clnt *, struct sockaddr *, size_t); 180int rpc_localaddr(struct rpc_clnt *, struct sockaddr *, size_t);
181 181
182const char *rpc_proc_name(const struct rpc_task *task); 182const char *rpc_proc_name(const struct rpc_task *task);
183void rpc_cleanup_clids(void);
183#endif /* __KERNEL__ */ 184#endif /* __KERNEL__ */
184#endif /* _LINUX_SUNRPC_CLNT_H */ 185#endif /* _LINUX_SUNRPC_CLNT_H */