diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-12-07 12:52:16 +0100 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2009-12-07 12:51:38 +0100 |
commit | 2da3cf9755ea992a18650860fde74e3bfa8c8b65 (patch) | |
tree | b882f4cd9a25530d10b8b477ca980e66f30d0fc9 /arch/s390/kernel/compat_linux.h | |
parent | b0694685bc892c60009335e61af1f058f06ccf64 (diff) | |
download | linux-stable-2da3cf9755ea992a18650860fde74e3bfa8c8b65.tar.gz linux-stable-2da3cf9755ea992a18650860fde74e3bfa8c8b65.tar.bz2 linux-stable-2da3cf9755ea992a18650860fde74e3bfa8c8b65.zip |
[S390] s390: remove unused nfsd #includes
Some unused includes removed.
This patch is in an effort to cleanup nfsd headers and move
private definitions to source directory.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_linux.h')
-rw-r--r-- | arch/s390/kernel/compat_linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/kernel/compat_linux.h b/arch/s390/kernel/compat_linux.h index c07f9ca05ade..81d6ee826ff3 100644 --- a/arch/s390/kernel/compat_linux.h +++ b/arch/s390/kernel/compat_linux.h @@ -4,10 +4,6 @@ #include <linux/compat.h> #include <linux/socket.h> #include <linux/syscalls.h> -#include <linux/nfs_fs.h> -#include <linux/sunrpc/svc.h> -#include <linux/nfsd/nfsd.h> -#include <linux/nfsd/export.h> /* Macro that masks the high order bit of an 32 bit pointer and converts it*/ /* to a 64 bit pointer */ |