diff --git a/[refs] b/[refs] index 9021343187e0..e867aef55570 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: acdd052a285a7b4cc7da4fa7d34ef9fd0a67b2f8 +refs/heads/master: 311d07611e8b354cc1ee6546e4c574c01111adc8 diff --git a/trunk/include/linux/kernel.h b/trunk/include/linux/kernel.h index f81d80f47dcb..e720b0da7751 100644 --- a/trunk/include/linux/kernel.h +++ b/trunk/include/linux/kernel.h @@ -353,6 +353,8 @@ static inline char *pack_hex_byte(char *buf, u8 byte) printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) #define pr_info(fmt, ...) \ printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) +#define pr_cont(fmt, ...) \ + printk(KERN_CONT fmt, ##__VA_ARGS__) /* If you are writing a driver, please use dev_dbg instead */ #if defined(DEBUG)