diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_stats.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_stats.h b/fs/xfs/linux-2.6/xfs_stats.h index 3fa753d7b700..e83820febc9f 100644 --- a/fs/xfs/linux-2.6/xfs_stats.h +++ b/fs/xfs/linux-2.6/xfs_stats.h | |||
@@ -146,11 +146,12 @@ extern void xfs_cleanup_procfs(void); | |||
146 | 146 | ||
147 | static inline int xfs_init_procfs(void) | 147 | static inline int xfs_init_procfs(void) |
148 | { | 148 | { |
149 | return 0 | 149 | return 0; |
150 | }; | 150 | } |
151 | |||
151 | static inline void xfs_cleanup_procfs(void) | 152 | static inline void xfs_cleanup_procfs(void) |
152 | { | 153 | { |
153 | }; | 154 | } |
154 | 155 | ||
155 | #endif /* !CONFIG_PROC_FS */ | 156 | #endif /* !CONFIG_PROC_FS */ |
156 | 157 | ||