diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-19 16:13:31 -0400 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-19 16:13:31 -0400 |
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 { | |||
351 | struct tasklet_struct tlet; | 351 | struct tasklet_struct tlet; |
352 | wait_queue_head_t delta_msr_wait; | 352 | wait_queue_head_t delta_msr_wait; |
353 | struct uart_port *uart_port; | 353 | struct uart_port *uart_port; |
354 | |||
355 | struct mutex mutex; | ||
356 | }; | 354 | }; |
357 | 355 | ||
358 | #define UART_XMIT_SIZE PAGE_SIZE | 356 | #define UART_XMIT_SIZE PAGE_SIZE |