nfs: remove unused NFS_CALL macro
[linux-2.6-microblaze.git] / include / linux / nfs_xdr.h
index 539b57f..d09b977 100644 (file)
@@ -1820,13 +1820,6 @@ struct nfs_rpc_ops {
        void    (*disable_swap)(struct inode *inode);
 };
 
-/*
- *     NFS_CALL(getattr, inode, (fattr));
- * into
- *     NFS_PROTO(inode)->getattr(fattr);
- */
-#define NFS_CALL(op, inode, args)      NFS_PROTO(inode)->op args
-
 /*
  * Function vectors etc. for the NFS client
  */