summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2011-07-14 14:35:12 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 10:34:06 -0700
commit6a3e492b6daaf7ec4dc41e51d87d2aae8ff886f2 (patch)
treed57d4010bbadee3a2d85a09433d49d4f0dbc5a56 /include/linux/serial_core.h
parente150c4ccbe7246c27b5208599fe9f6677c93b5fe (diff)
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>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index a5c31146a337..76e110363745 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -384,7 +384,6 @@ struct uart_state {
int pm_state;
struct circ_buf xmit;
- struct tasklet_struct tlet;
struct uart_port *uart_port;
};