summaryrefslogtreecommitdiffstats
path: root/fs/compat.c
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-12-03 20:29:27 +0200
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-12-14 18:12:10 -0500
commit370d560017c9c269a1351ba19e91b206bd5816c8 (patch)
treec3be6d2e4517c35bf788e8731b3a339377e63396 /fs/compat.c
parent341eb184469f8e4a6841fc49a57ad4a27e51c335 (diff)
downloadop-kernel-dev-370d560017c9c269a1351ba19e91b206bd5816c8.zip
op-kernel-dev-370d560017c9c269a1351ba19e91b206bd5816c8.tar.gz
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 <bharrosh@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/compat.c')
-rw-r--r--fs/compat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/compat.c b/fs/compat.c
index 6c19040..00d90c2 100644
--- a/fs/compat.c
+++ b/fs/compat.c
@@ -38,8 +38,6 @@
#include <linux/dirent.h>
#include <linux/fsnotify.h>
#include <linux/highuid.h>
-#include <linux/sunrpc/svc.h>
-#include <linux/nfsd/nfsd.h>
#include <linux/nfsd/syscall.h>
#include <linux/personality.h>
#include <linux/rwsem.h>
OpenPOWER on IntegriCloud