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 <jslaby@suse.cz> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e150c4ccbe
commit
6a3e492b6d
@@ -384,7 +384,6 @@ struct uart_state {
|
||||
int pm_state;
|
||||
struct circ_buf xmit;
|
||||
|
||||
struct tasklet_struct tlet;
|
||||
struct uart_port *uart_port;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user