Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e4f64da authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

Fix strip driver back up for ldisc/tty changes

parent 44b7d1b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2728,7 +2728,7 @@ static int strip_ioctl(struct tty_struct *tty, struct file *file,
/************************************************************************/
/* Initialization							*/

static struct tty_ldisc strip_ldisc = {
static struct tty_ldisc_ops strip_ldisc = {
	.magic = TTY_LDISC_MAGIC,
	.name = "strip",
	.owner = THIS_MODULE,