Skip to content

Commit

Permalink
SERIAL: omap: remove OMAP_UART_SYSC_RESET and OMAP_UART_FIFO_CLR
Browse files Browse the repository at this point in the history
OMAP_UART_SYSC_RESET and OMAP_UART_FIFO_CLR are unused, remove them.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Nov 4, 2012
1 parent f91b55a commit fd9980c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/plat-omap/include/plat/omap-serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit fd9980c

Please sign in to comment.