Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 408b3d46 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Anna Schumaker
Browse files

sunrpc: remove kxdrproc_t



Remove the now unused typedef.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent d16d1867
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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