TTY: amiserial, remove tasklet for tty_wakeup
authorJiri Slaby <jslaby@suse.cz>
Mon, 5 Mar 2012 13:52:13 +0000 (14:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 19:48:42 +0000 (11:48 -0800)
commitc5f0508b992ad081ba378a59b2404966f9f89429
tree213b0bde78d50c6679f7e668be16c93a71b0bd95
parent9c8efecc91c02056340ae19612315f3225e6dbe2
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 <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/ia64/hp/sim/simserial.c
drivers/tty/amiserial.c
include/linux/serialP.h