From: Boaz Harrosh Date: Thu, 3 Dec 2009 18:29:27 +0000 (+0200) Subject: compat.c: Remove dependence on nfsd private headers X-Git-Tag: v2.6.33-rc1~57^2~19 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=370d560017c9c269a1351ba19e91b206bd5816c8;p=net-next-2.6.git compat.c: Remove dependence on nfsd private headers Two nfsd related headers where included but never actually used. The linux/nfsd/nfsd.h file will eventually be moved to fs/nfsd directory as it is only needed by nfsd itself. There are 3 more compat.c files in the Kernel at other ARCHs that wrongly #include nfsd headers. Once these are fixed the headers can be moved. Signed-off-by: Boaz Harrosh Signed-off-by: J. Bruce Fields --- diff --git a/fs/compat.c b/fs/compat.c index 6c19040ffee..00d90c2e66f 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -38,8 +38,6 @@ #include #include #include -#include -#include #include #include #include