summaryrefslogtreecommitdiff
path: root/patches/0011-printk_safe-remove-printk-safe-code.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0011-printk_safe-remove-printk-safe-code.patch')
-rw-r--r--patches/0011-printk_safe-remove-printk-safe-code.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0011-printk_safe-remove-printk-safe-code.patch b/patches/0011-printk_safe-remove-printk-safe-code.patch
index c44fea4c387d..dfc9c076bd1d 100644
--- a/patches/0011-printk_safe-remove-printk-safe-code.patch
+++ b/patches/0011-printk_safe-remove-printk-safe-code.patch
@@ -240,7 +240,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
asmlinkage int vprintk(const char *fmt, va_list args)
{
return vprintk_func(fmt, args);
-@@ -3211,5 +3209,4 @@ void kmsg_dump_rewind(struct kmsg_dumper
+@@ -3212,5 +3210,4 @@ void kmsg_dump_rewind(struct kmsg_dumper
logbuf_unlock_irqrestore(flags);
}
EXPORT_SYMBOL_GPL(kmsg_dump_rewind);