diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-23 20:54:27 +0800 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 17:32:22 -0400 |
commit | a30ae94c0797f9de47626eecc43359989447d7a3 (patch) | |
tree | d405ef813abd9d8ac1644f98eaca1ec0584b5f94 /fs/nfsd | |
parent | 61a27f08a63ee9460653633d8a9cc5a09dcb9aa5 (diff) | |
download | linux-a30ae94c0797f9de47626eecc43359989447d7a3.tar.bz2 |
NFSD: Cleanup unneeded including net/ipv6.h
Commit 49b28684fdba ("nfsd: Remove deprecated nfsctl system call and
related code") removed the only use of ipv6_addr_set_v4mapped(), so
net/ipv6.h is unneeded now.
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/export.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 90d37b6ef163..1d6d7bd0c211 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" |