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:
parent
e150c4ccbe
commit
6a3e492b6d
2 changed files with 1 additions and 20 deletions
|
@ -384,7 +384,6 @@ struct uart_state {
|
|||
int pm_state;
|
||||
struct circ_buf xmit;
|
||||
|
||||
struct tasklet_struct tlet;
|
||||
struct uart_port *uart_port;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue