Loading drivers/tty/pty.c +1 −1 Original line number Diff line number Diff line Loading @@ -800,7 +800,7 @@ static int ptmx_open(struct inode *inode, struct file *filp) return retval; } static struct file_operations ptmx_fops; static struct file_operations ptmx_fops __ro_after_init; static void __init unix98_pty_init(void) { Loading Loading
drivers/tty/pty.c +1 −1 Original line number Diff line number Diff line Loading @@ -800,7 +800,7 @@ static int ptmx_open(struct inode *inode, struct file *filp) return retval; } static struct file_operations ptmx_fops; static struct file_operations ptmx_fops __ro_after_init; static void __init unix98_pty_init(void) { Loading