diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/tty_io.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 389da364e6b6..730cbd209a12 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
@@ -141,8 +141,6 @@ static DECLARE_MUTEX(allocated_ptys_lock); | |||
141 | static int ptmx_open(struct inode *, struct file *); | 141 | static int ptmx_open(struct inode *, struct file *); |
142 | #endif | 142 | #endif |
143 | 143 | ||
144 | extern void disable_early_printk(void); | ||
145 | |||
146 | static void initialize_tty_struct(struct tty_struct *tty); | 144 | static void initialize_tty_struct(struct tty_struct *tty); |
147 | 145 | ||
148 | static ssize_t tty_read(struct file *, char __user *, size_t, loff_t *); | 146 | static ssize_t tty_read(struct file *, char __user *, size_t, loff_t *); |
@@ -3897,9 +3895,6 @@ void __init console_init(void) | |||
3897 | * set up the console device so that later boot sequences can | 3895 | * set up the console device so that later boot sequences can |
3898 | * inform about problems etc.. | 3896 | * inform about problems etc.. |
3899 | */ | 3897 | */ |
3900 | #ifdef CONFIG_EARLY_PRINTK | ||
3901 | disable_early_printk(); | ||
3902 | #endif | ||
3903 | call = __con_initcall_start; | 3898 | call = __con_initcall_start; |
3904 | while (call < __con_initcall_end) { | 3899 | while (call < __con_initcall_end) { |
3905 | (*call)(); | 3900 | (*call)(); |