From: Alan Cox Date: Wed, 30 Apr 2008 07:54:10 +0000 (-0700) Subject: pty: prepare for tty->ops changes X-Git-Tag: v2.6.26-rc1~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8e88ca053150efdbecb45d8f481cf560ec808d;p=pandora-kernel.git pty: prepare for tty->ops changes We are about to change the tty layer to avoid keeping private copies of all the methods in each tty. We have to update the pty layer first as it currently patches the ioctl method according to the tty type. Use multiple tty operations sets instead. Signed-off-by: Alan Cox Acked-by: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed