diff options
Diffstat (limited to 'fs/nfs/nfs.h')
-rw-r--r-- | fs/nfs/nfs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/nfs/nfs.h b/fs/nfs/nfs.h index f5d1cf5f5dc7..3e1b84baa57f 100644 --- a/fs/nfs/nfs.h +++ b/fs/nfs/nfs.h | |||
@@ -24,20 +24,6 @@ struct nfs_subversion { | |||
24 | int nfs_register_versions(void); | 24 | int nfs_register_versions(void); |
25 | void nfs_unregister_versions(void); | 25 | void nfs_unregister_versions(void); |
26 | 26 | ||
27 | #ifdef CONFIG_NFS_V3 | ||
28 | int init_nfs_v3(void); | ||
29 | void exit_nfs_v3(void); | ||
30 | #else /* CONFIG_NFS_V3 */ | ||
31 | static inline int __init init_nfs_v3(void) | ||
32 | { | ||
33 | return 0; | ||
34 | } | ||
35 | |||
36 | static inline void exit_nfs_v3(void) | ||
37 | { | ||
38 | } | ||
39 | #endif /* CONFIG_NFS_V3 */ | ||
40 | |||
41 | #ifdef CONFIG_NFS_V4 | 27 | #ifdef CONFIG_NFS_V4 |
42 | int init_nfs_v4(void); | 28 | int init_nfs_v4(void); |
43 | void exit_nfs_v4(void); | 29 | void exit_nfs_v4(void); |