Commit 914413e3 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux

Pull printk fix from Petr Mladek:

 - Fix build of serial_core as a module

* tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  printk: Export match_devname_and_update_preferred_console()
parents 7c6a3a65 2c83ded8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2620,6 +2620,7 @@ int match_devname_and_update_preferred_console(const char *devname,

	return -ENOENT;
}
EXPORT_SYMBOL_GPL(match_devname_and_update_preferred_console);

bool console_suspend_enabled = true;
EXPORT_SYMBOL(console_suspend_enabled);