mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
console: move console_init() out of tty_io.c
All the console driver handling code lives in printk.c. Move console_init() there as well so console support can still be used when the TTY code is configured out. No logical changes from this patch. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
72f1b85a04
commit
0c688614dc
5 changed files with 31 additions and 28 deletions
|
@ -212,4 +212,6 @@ extern bool vgacon_text_force(void);
|
|||
static inline bool vgacon_text_force(void) { return false; }
|
||||
#endif
|
||||
|
||||
extern void console_init(void);
|
||||
|
||||
#endif /* _LINUX_CONSOLE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue