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 05699f67d475..eaeaa17ef4b8 100644 --- a/fs/xfs/support/debug.h +++ b/fs/xfs/support/debug.h | |||
@@ -33,8 +33,6 @@ 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, | 34 | void xfs_fs_cmn_err( const char *lvl, struct xfs_mount *mp, |
35 | const char *fmt, ...) __attribute__ ((format (printf, 3, 4))); | 35 | const char *fmt, ...) __attribute__ ((format (printf, 3, 4))); |
36 | void xfs_cmn_err( int panic_tag, const char *lvl, struct xfs_mount *mp, | ||
37 | const char *fmt, ...) __attribute__ ((format (printf, 4, 5))); | ||
38 | 36 | ||
39 | extern void assfail(char *expr, char *f, int l); | 37 | extern void assfail(char *expr, char *f, int l); |
40 | 38 | ||