From: Peter Hurley Date: Mon, 11 Mar 2013 20:44:33 +0000 (-0400) Subject: tty: Don't reenable already enabled ldisc X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~136^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d912156605b0eb3b3070dc7eabc43db6379aa43b;p=pandora-kernel.git tty: Don't reenable already enabled ldisc tty_ldisc_hangup() guarantees the ldisc is enabled (or that there is no ldisc). Since __tty_hangup() was the only user, re-define tty_ldisc_enable() in file-scope. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed