Skip to content

Commit 914413e

Browse files
committed
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()
2 parents 7c6a3a6 + 2c83ded commit 914413e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/printk/printk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,6 +2620,7 @@ int match_devname_and_update_preferred_console(const char *devname,
26202620

26212621
return -ENOENT;
26222622
}
2623+
EXPORT_SYMBOL_GPL(match_devname_and_update_preferred_console);
26232624

26242625
bool console_suspend_enabled = true;
26252626
EXPORT_SYMBOL(console_suspend_enabled);

0 commit comments

Comments
 (0)