2014-05-23 12:54:49

by Kinglong Mee

[permalink] [raw]
Subject: [PATCH 3/5] NFSD: Cleanup unneeded including net/ipv6.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 <[email protected]>
---
fs/nfsd/export.c | 2 --
1 file changed, 2 deletions(-)

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