From: Jiri Slaby Date: Mon, 4 Jun 2012 11:35:29 +0000 (+0200) Subject: PTY: merge pty_install implementations X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d249bc6a61e7a434c69e0d0becc77a803c8c5e8;p=pandora-kernel.git PTY: merge pty_install implementations There are currently two instances of code which handles PTY install. One for the legacy BSD PTY's, one for unix98's PTY's. Both of them are very similar and differ only in termios allocation and handling. Since we will need to allocate a tty_port at that place, this would require editing two places with the same pattern. Instead, let us move the implementation to one common place and call it from both places. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed