NFSD: Cleanup unneeded including net/ipv6.h

Commit 49b28684fd ("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>
This commit is contained in:
Kinglong Mee 2014-05-23 20:54:27 +08:00 committed by J. Bruce Fields
parent 61a27f08a6
commit a30ae94c07
1 changed files with 0 additions and 2 deletions

View File

@ -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"