.. | .. |
---|
7 | 7 | #ifndef _LINUX_SERIAL_8250_H |
---|
8 | 8 | #define _LINUX_SERIAL_8250_H |
---|
9 | 9 | |
---|
10 | | -#include <linux/atomic.h> |
---|
11 | 10 | #include <linux/serial_core.h> |
---|
12 | 11 | #include <linux/serial_reg.h> |
---|
13 | 12 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
126 | 125 | #define MSR_SAVE_FLAGS UART_MSR_ANY_DELTA |
---|
127 | 126 | unsigned char msr_saved_flags; |
---|
128 | 127 | |
---|
129 | | - atomic_t console_printing; |
---|
130 | | - |
---|
131 | 128 | struct uart_8250_dma *dma; |
---|
132 | 129 | const struct uart_8250_ops *ops; |
---|
133 | 130 | |
---|
.. | .. |
---|
183 | 180 | void serial8250_set_defaults(struct uart_8250_port *up); |
---|
184 | 181 | void serial8250_console_write(struct uart_8250_port *up, const char *s, |
---|
185 | 182 | unsigned int count); |
---|
186 | | -void serial8250_console_write_atomic(struct uart_8250_port *up, const char *s, |
---|
187 | | - unsigned int count); |
---|
188 | 183 | int serial8250_console_setup(struct uart_port *port, char *options, bool probe); |
---|
189 | 184 | int serial8250_console_exit(struct uart_port *port); |
---|
190 | 185 | |
---|