Skip to content

Commit 3e5b2e8

Browse files
yuliao0214pmladek
authored andcommitted
printk: Export match_devname_and_update_preferred_console()
When building serial_base as a module, modpost fails with the following error message: ERROR: modpost: "match_devname_and_update_preferred_console" [drivers/tty/serial/serial_base.ko] undefined! Export the symbol to allow using it from modules. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202409071312.qlwtTOS1-lkp@intel.com/ Fixes: 12c91ce ("serial: core: Add serial_base_match_and_update_preferred_console()") Signed-off-by: Yu Liao <liaoyu15@huawei.com> Link: https://lore.kernel.org/r/20240909075652.747370-1-liaoyu15@huawei.com Signed-off-by: Petr Mladek <pmladek@suse.com>
1 parent bcc954c commit 3e5b2e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)