um: switch to use of drivers/Kconfig
[deliverable/linux.git] / drivers / char / ttyprintk.c
index a1f68af4ccf476b5e58dd3942c08337e55303d81..f22861511909e9f66c366642415368931704974c 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;
 
This page took 0.024336 seconds and 5 git commands to generate.