Fix linux_common module build with KTR option.
Differential Revision: https://reviews.freebsd.org/D1096 Reviewed by: trasz
This commit is contained in:
parent
e8b026b37e
commit
520e9c187d
@ -120,7 +120,6 @@ void linux_free_get_char_devices(char *string);
|
||||
#define LINUX_CTRFMT(nm, fmt) #nm"("fmt")"
|
||||
|
||||
#define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6) do { \
|
||||
if (ldebug(f)) \
|
||||
CTR6(KTR_LINUX, LINUX_CTRFMT(f, m), \
|
||||
p1, p2, p3, p4, p5, p6); \
|
||||
} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user