summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_mount.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-11 17:14:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-11 17:14:46 +0000
commit28631daed8e885f68ff275c63a86af2555fb9fb8 (patch)
tree867c574fd954539794f708c1c21aff62db9259bb /nuttx/fs/nfs/nfs_mount.h
parent4446a85a89ea7a248b6ba0542c34fd6aabd44a14 (diff)
downloadpx4-nuttx-28631daed8e885f68ff275c63a86af2555fb9fb8.tar.gz
px4-nuttx-28631daed8e885f68ff275c63a86af2555fb9fb8.tar.bz2
px4-nuttx-28631daed8e885f68ff275c63a86af2555fb9fb8.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4827 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_mount.h')
-rw-r--r--nuttx/fs/nfs/nfs_mount.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/fs/nfs/nfs_mount.h b/nuttx/fs/nfs/nfs_mount.h
index 60ffdd3a4..7e548fe34 100644
--- a/nuttx/fs/nfs/nfs_mount.h
+++ b/nuttx/fs/nfs/nfs_mount.h
@@ -54,10 +54,6 @@
* Pre-processor Definitions
****************************************************************************/
-/* Convert mount ptr to nfsmount ptr. */
-
-#define VFSTONFS(mp) ((struct nfsmount *)((mp)->i_private))
-
/****************************************************************************
* Public Types
****************************************************************************/