]> Pileus Git - ~andy/linux/blobdiff - drivers/char/ttyprintk.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / char / ttyprintk.c
index 071003843f17ce6d232cd4130318d52a45028031..eedd5474850c5008fe4ea957d73d5197a86dba14 100644 (file)
@@ -171,7 +171,7 @@ static const struct tty_operations ttyprintk_ops = {
        .ioctl = tpk_ioctl,
 };
 
-struct tty_port_operations null_ops = { };
+static struct tty_port_operations null_ops = { };
 
 static struct tty_driver *ttyprintk_driver;