Commit eb1f3b55 authored by Chuck Lever's avatar Chuck Lever
Browse files

xdrgen: Remove inclusion of nlm4.h header



The client-side source code template mistakenly includes the
nlm4.h header file, which is specific to the NLM protocol and
should not be present in the generic template that generates
client stubs for all XDR-based protocols.

Fixes: 903a7d37 ("xdrgen: Update the files included in client-side source code")
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 27b0fcae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,6 +8,5 @@
#include <linux/sunrpc/xdr.h>
#include <linux/sunrpc/xdrgen/_defs.h>
#include <linux/sunrpc/xdrgen/_builtins.h>
#include <linux/sunrpc/xdrgen/nlm4.h>

#include <linux/sunrpc/clnt.h>