diff options
Diffstat (limited to 'fs/xfs/support/debug.h')
-rw-r--r-- | fs/xfs/support/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/support/debug.h b/fs/xfs/support/debug.h index eaeaa17ef4b8..4a082b9a1161 100644 --- a/fs/xfs/support/debug.h +++ b/fs/xfs/support/debug.h | |||
@@ -31,8 +31,6 @@ struct xfs_mount; | |||
31 | 31 | ||
32 | void cmn_err(const char *lvl, const char *fmt, ...) | 32 | void cmn_err(const char *lvl, const char *fmt, ...) |
33 | __attribute__ ((format (printf, 2, 3))); | 33 | __attribute__ ((format (printf, 2, 3))); |
34 | void xfs_fs_cmn_err( const char *lvl, struct xfs_mount *mp, | ||
35 | const char *fmt, ...) __attribute__ ((format (printf, 3, 4))); | ||
36 | 34 | ||
37 | extern void assfail(char *expr, char *f, int l); | 35 | extern void assfail(char *expr, char *f, int l); |
38 | 36 | ||