diff options
author | Alan Cox | 2009-09-19 13:13:31 -0700 |
---|---|---|
committer | Live-CD User | 2009-09-19 13:13:31 -0700 |
commit | a2bceae065ed8c4f552b35c4dde4cc2db05ce9e3 (patch) | |
tree | 90c50ada1362bbb65c1b6f8c8c4fbc9227a21455 /include | |
parent | a03006860d272eac5a8ebf23f04f54c7e1e783a5 (diff) |
serial: replace the state mutex with the tty port mutex
They cover essentially the same stuff and we can therefore fold it into the
tty_port one.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index f98dc78abb27..27767ea5fa29 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -351,8 +351,6 @@ struct uart_state { struct tasklet_struct tlet; wait_queue_head_t delta_msr_wait; struct uart_port *uart_port; - - struct mutex mutex; }; #define UART_XMIT_SIZE PAGE_SIZE |