mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
init: unify opening /dev/console as stdin/stdout/stderr
Merge the two instances where /dev/console is opened as stdin/stdout/stderr. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
@@ -28,3 +28,5 @@ extern unsigned int real_root_dev;
|
||||
|
||||
extern char __initramfs_start[];
|
||||
extern unsigned long __initramfs_size;
|
||||
|
||||
void console_on_rootfs(void);
|
||||
|
||||
Reference in New Issue
Block a user