define pr_fmt without prefix to avoid any default prefix update Cc: Paul Gortmaker <paul.gortma...@windriver.com> Cc: Andrew Morton <a...@linux-foundation.org> --- init/calibrate.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/init/calibrate.c b/init/calibrate.c index fb9be44..169e98d 100644 --- a/init/calibrate.c +++ b/init/calibrate.c @@ -4,6 +4,8 @@ * Copyright (C) 1991, 1992 Linus Torvalds */ +#define pr_fmt(fmt) fmt + #include <linux/jiffies.h> #include <linux/delay.h> #include <linux/init.h> -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/