]> asedeno.scripts.mit.edu Git - linux.git/commit
PTY: remove one empty ops->remove
authorJiri Slaby <jslaby@suse.cz>
Mon, 4 Jun 2012 11:35:28 +0000 (13:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jun 2012 00:30:14 +0000 (17:30 -0700)
commit7171604ae7b3bbc738b6a4b7cd0ee73eb0d551d9
treef0286146bcee157ba12635d21a1e8023bdd759e4
parent8856a7d6b7c39eece126f23c6cdbd11ff2218d6f
PTY: remove one empty ops->remove

Currently, there are two as a left-over from previous patches.
Although we really need to provide an empty handler, we do not need
two. So remove one of them.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/pty.c