From: Boaz Harrosh Date: Thu, 3 Dec 2009 18:29:27 +0000 (+0200) Subject: compat.c: Remove dependence on nfsd private headers X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=370d560017c9c269a1351ba19e91b206bd5816c8;p=deliverable%2Flinux.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 6c19040ffeef..00d90c2e66f0 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -38,8 +38,6 @@ #include #include #include -#include -#include #include #include #include