This is needed by upcoming UBIFS update. Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxxxxxxxx> --- include/printk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/printk.h b/include/printk.h index 4b76ca1..f62e57d 100644 --- a/include/printk.h +++ b/include/printk.h @@ -91,6 +91,7 @@ static inline int pr_print(int level, const char *format, ...) #define pr_debug(fmt, arg...) __pr_printk(7, pr_fmt(fmt), ##arg) #define debug(fmt, arg...) __pr_printk(7, pr_fmt(fmt), ##arg) #define pr_vdebug(fmt, arg...) __pr_printk(8, pr_fmt(fmt), ##arg) +#define pr_cont(fmt, arg...) __pr_printk(0, pr_fmt(fmt), ##arg) #define printk_once(fmt, ...) \ ({ \ -- 2.7.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox