diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-23 08:54:27 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 17:32:22 -0400 |
commit | a30ae94c0797f9de47626eecc43359989447d7a3 (patch) | |
tree | d405ef813abd9d8ac1644f98eaca1ec0584b5f94 /fs/nfsd | |
parent | 61a27f08a63ee9460653633d8a9cc5a09dcb9aa5 (diff) |
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 @@ | |||
17 | #include <linux/exportfs.h> | 17 | #include <linux/exportfs.h> |
18 | #include <linux/sunrpc/svc_xprt.h> | 18 | #include <linux/sunrpc/svc_xprt.h> |
19 | 19 | ||
20 | #include <net/ipv6.h> | ||
21 | |||
22 | #include "nfsd.h" | 20 | #include "nfsd.h" |
23 | #include "nfsfh.h" | 21 | #include "nfsfh.h" |
24 | #include "netns.h" | 22 | #include "netns.h" |