diff --git a/[refs] b/[refs] index 44f7c1822c84..8644086573fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 77f1f67a1a56defa210c3d8857f3e5eee3990a99 +refs/heads/master: b5d5dfbd59577aed72263f22e28d3eaf98e1c6e5 diff --git a/trunk/fs/nfs/super.c b/trunk/fs/nfs/super.c index 28108c82b887..76b980097621 100644 --- a/trunk/fs/nfs/super.c +++ b/trunk/fs/nfs/super.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include diff --git a/trunk/include/linux/nfsd/const.h b/trunk/include/linux/nfsd/const.h index f0cc77790527..323f8cfa060a 100644 --- a/trunk/include/linux/nfsd/const.h +++ b/trunk/include/linux/nfsd/const.h @@ -30,10 +30,6 @@ #include -#ifndef NFS_SUPER_MAGIC -# define NFS_SUPER_MAGIC 0x6969 -#endif - /* * Largest number of bytes we need to allocate for an NFS * call or reply. Used to control buffer sizes. We use