From: Jiri Slaby Date: Thu, 7 Mar 2013 12:12:29 +0000 (+0100) Subject: TTY: add tty_port_tty_wakeup helper X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~136^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aad04f21374633bd8cecf25024553d1e11a9522;p=pandora-kernel.git TTY: add tty_port_tty_wakeup helper It allows for cleaning up on a considerable amount of places. They did port_get, wakeup, kref_put. Now the only thing needed is to call tty_port_tty_wakeup which does exactly that. One exception is ifx6x60 where tty_wakeup was open-coded. We now call tty_wakeup properly there. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed