From: Russell King Date: Sat, 6 Oct 2012 09:58:27 +0000 (+0100) Subject: SERIAL: omap: remove OMAP_UART_SYSC_RESET and OMAP_UART_FIFO_CLR X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd9980c761d4ea15a51ce2aaf5dd9dddc299519e;p=linux.git 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: Russell King --- diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h index 8642e9d57b0c4..ff9b0aab5281c 100644 --- a/arch/arm/plat-omap/include/plat/omap-serial.h +++ b/arch/arm/plat-omap/include/plat/omap-serial.h @@ -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 */