Merge git://github.com/rustyrussell/linux
[pandora-kernel.git] / drivers / char / ttyprintk.c
index a1f68af..f228615 100644 (file)
@@ -170,7 +170,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;