NFS: Remove unneeded forward declaration
authorChuck Lever <chuck.lever@oracle.com>
Sat, 16 Mar 2013 19:54:25 +0000 (15:54 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 29 Mar 2013 19:42:39 +0000 (15:42 -0400)
I've built with NFSv4 enabled and disabled.  This forward
declaration does not seem to be required.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/nfs_xdr.h

index 90a4aa190b439aab06b7ba0d87e05b6aac462383..c1ca1f3f4935b27d288cedd7c20a8b9d61d42157 100644 (file)
@@ -14,9 +14,6 @@
 #define NFS_DEF_FILE_IO_SIZE   (4096U)
 #define NFS_MIN_FILE_IO_SIZE   (1024U)
 
-/* Forward declaration for NFS v3 */
-struct nfs4_secinfo_flavors;
-
 struct nfs4_string {
        unsigned int len;
        char *data;