Merge tag 'vfio-v4.9-rc1' of git://github.com/awilliam/linux-vfio
[cascardo/linux.git] / drivers / tty / pty.c
index 51e0d32..a23fa5e 100644 (file)
@@ -800,7 +800,7 @@ out_free_file:
        return retval;
 }
 
-static struct file_operations ptmx_fops;
+static struct file_operations ptmx_fops __ro_after_init;
 
 static void __init unix98_pty_init(void)
 {