]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/linux-2.6/xfs_stats.h
[XFS] fix compilation without CONFIG_PROC_FS
[linux-2.6-omap-h63xx.git] / fs / xfs / linux-2.6 / xfs_stats.h
index 3fa753d7b700b7e2322105b94a7fd16e3c116e01..e83820febc9feacc8b642f3555d147017048c1c8 100644 (file)
@@ -146,11 +146,12 @@ extern void xfs_cleanup_procfs(void);
 
 static inline int xfs_init_procfs(void)
 {
-       return 0
-};
+       return 0;
+}
+
 static inline void xfs_cleanup_procfs(void)
 {
-};
+}
 
 #endif /* !CONFIG_PROC_FS */