[PATCH] nfs: non-procfs build fix

This fixes a bug in fs/nfs which makes it impossible to build nfs
without having procfs enabled.

Signed-off-by: Dominik Hackl <dominik@hackl.dhs.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Dominik Hackl and committed by Linus Torvalds 4ebd9ab3 b4b90341

+2 -2
+2 -2
fs/nfs/internal.h
··· 81 #ifdef CONFIG_NFS_V4 82 extern struct file_system_type clone_nfs4_fs_type; 83 #endif 84 - #ifdef CONFIG_PROC_FS 85 extern struct rpc_stat nfs_rpcstat; 86 - #endif 87 extern int __init register_nfs_fs(void); 88 extern void __exit unregister_nfs_fs(void); 89
··· 81 #ifdef CONFIG_NFS_V4 82 extern struct file_system_type clone_nfs4_fs_type; 83 #endif 84 + 85 extern struct rpc_stat nfs_rpcstat; 86 + 87 extern int __init register_nfs_fs(void); 88 extern void __exit unregister_nfs_fs(void); 89