From: Christoph Hellwig Date: Mon, 8 May 2017 17:56:10 +0000 (+0200) Subject: sunrpc: remove kxdrproc_t X-Git-Tag: v4.13-rc1~32^2~29 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=35f297e5370bd511a171f7de0c5a31ee661f2e7e;p=karo-tx-linux.git sunrpc: remove kxdrproc_t Remove the now unused typedef. Signed-off-by: Christoph Hellwig --- diff --git a/include/linux/sunrpc/xdr.h b/include/linux/sunrpc/xdr.h index ed0fbf0d8d0f..261b48a2701d 100644 --- a/include/linux/sunrpc/xdr.h +++ b/include/linux/sunrpc/xdr.h @@ -34,13 +34,6 @@ struct xdr_netobj { u8 * data; }; -/* - * This is the legacy generic XDR function. rqstp is either a rpc_rqst - * (client side) or svc_rqst pointer (server side). - * Encode functions always assume there's enough room in the buffer. - */ -typedef int (*kxdrproc_t)(void *rqstp, __be32 *data, void *obj); - /* * Basic structure for transmission/reception of a client XDR message. * Features a header (for a linear buffer containing RPC headers