diff options
Diffstat (limited to 'include/linux/printk.h')
-rw-r--r-- | include/linux/printk.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/printk.h b/include/linux/printk.h index 40afab23881a..7239976698e4 100644 --- a/include/linux/printk.h +++ b/include/linux/printk.h @@ -60,8 +60,9 @@ static inline const char *printk_skip_headers(const char *buffer) #define CONSOLE_LOGLEVEL_DEFAULT CONFIG_CONSOLE_LOGLEVEL_DEFAULT #define CONSOLE_LOGLEVEL_QUIET CONFIG_CONSOLE_LOGLEVEL_QUIET -int add_preferred_console_match(const char *match, const char *name, - const short idx); +int match_devname_and_update_preferred_console(const char *match, + const char *name, + const short idx); extern int console_printk[]; |