diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/serial_core.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index daffe8c510ef..94653c5a256d 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -246,7 +246,7 @@ struct uart_state { struct semaphore sem; }; -#define UART_XMIT_SIZE 1024 +#define UART_XMIT_SIZE PAGE_SIZE /* * This is the state information which is only valid when the port * is open; it may be freed by the core driver once the device has @@ -268,9 +268,6 @@ struct uart_info { #define UIF_NORMAL_ACTIVE (1 << 29) #define UIF_INITIALIZED (1 << 31) - unsigned char *tmpbuf; - struct semaphore tmpbuf_sem; - int blocked_open; struct tasklet_struct tlet; |
