From: Jiri Slaby Date: Thu, 14 Jul 2011 12:35:12 +0000 (+0200) Subject: TTY: serial, remove tasklet for tty_wakeup X-Git-Tag: v3.2-rc1~170^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3e492b6daaf7ec4dc41e51d87d2aae8ff886f2;p=pandora-kernel.git TTY: serial, remove tasklet for tty_wakeup tty_wakeup can be called from any context. So there is no need to have an extra tasklet for calling that. Hence save some space and remove the tasklet completely. Signed-off-by: Jiri Slaby Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed