summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/panic.c')
-rw-r--r--kernel/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index a643e5464296..47e8ebccc22b 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -596,7 +596,7 @@ void __warn(const char *file, int line, void *caller, unsigned taint,
596 add_taint(taint, LOCKDEP_STILL_OK); 596 add_taint(taint, LOCKDEP_STILL_OK);
597} 597}
598 598
599#ifdef WANT_WARN_ON_SLOWPATH 599#ifndef __WARN_FLAGS
600void warn_slowpath_fmt(const char *file, int line, unsigned taint, 600void warn_slowpath_fmt(const char *file, int line, unsigned taint,
601 const char *fmt, ...) 601 const char *fmt, ...)
602{ 602{