Message ID | 537F4503.7030401@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 1d56ae3..34cabab 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c @@ -17,8 +17,6 @@ #include <linux/exportfs.h> #include <linux/sunrpc/svc_xprt.h> -#include <net/ipv6.h> - #include "nfsd.h" #include "nfsfh.h" #include "netns.h"
commit 49b28684fdba2c84a3b8e54aaa0faa9ce2e4f140 have remove the using of ipv6_addr_set_v4mapped(), net/ipv6.h is unneeded now, clean it. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> --- fs/nfsd/export.c | 2 -- 1 file changed, 2 deletions(-)