Commit fd9980c7 authored by Russell King's avatar Russell King

SERIAL: omap: remove OMAP_UART_SYSC_RESET and OMAP_UART_FIFO_CLR

OMAP_UART_SYSC_RESET and OMAP_UART_FIFO_CLR are unused, remove them.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f91b55ab
......@@ -30,9 +30,6 @@
*/
#define OMAP_SERIAL_NAME "ttyO"
#define OMAP_UART_SYSC_RESET 0X07
#define OMAP_UART_FIFO_CLR 0X06
struct omap_uart_port_info {
bool dma_enabled; /* To specify DMA Mode */
unsigned int uartclk; /* UART clock rate */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment