Commit 47ebae08 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] tty_io.c: make redirect static

parent 8fda94f4
......@@ -136,7 +136,7 @@ extern void disable_early_printk(void);
* redirect is the pseudo-tty that console output
* is redirected to if asked by TIOCCONS.
*/
struct tty_struct * redirect;
static struct tty_struct *redirect;
static void initialize_tty_struct(struct tty_struct *tty);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment