diff options
| author | Petr Mladek <pmladek@suse.com> | 2020-12-14 15:14:57 +0100 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2020-12-14 15:14:57 +0100 |
| commit | 5f3b8d398601055f29f32986a94d55955cd48f09 (patch) | |
| tree | 9d1ccae747f39c27ecaff8e23f8e760d996ae2ee /include/linux | |
| parent | b031a684bfd01d633c79d281bd0cf11c2f834ada (diff) | |
| parent | 3cffa06aeef7ece30f6b5ac0ea51f264e8fea4d0 (diff) | |
Merge branch 'for-5.11-null-console' into for-linus
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/console.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index 4b1e26c4cb42..9c662e41cde5 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -187,9 +187,12 @@ extern int braille_register_console(struct console *, int index, extern int braille_unregister_console(struct console *); #ifdef CONFIG_TTY extern void console_sysfs_notify(void); +extern void register_ttynull_console(void); #else static inline void console_sysfs_notify(void) { } +static inline void register_ttynull_console(void) +{ } #endif extern bool console_suspend_enabled; |
