From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:13 +0000 (+0100) Subject: TTY: amiserial, remove tasklet for tty_wakeup X-Git-Tag: v3.4-rc1~185^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f0508b992ad081ba378a59b2404966f9f89429;p=pandora-kernel.git TTY: amiserial, remove tasklet for tty_wakeup tty_wakeup is safe to be called from all contexts. No need to schedule a tasklet for that. Let's call it directly like in other drivers. This allows us to kill another member of async_struct structure. (If we remove the dummy uses in simserial.) Signed-off-by: Jiri Slaby Cc: Geert Uytterhoeven Cc: Tony Luck Cc: Fenghua Yu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed