Merge 3.10-rc3 into tty-next
[deliverable/linux.git] / drivers / tty / serial / mpc52xx_uart.c
index f51b280f3bf280b882130ec92b499be65937eed2..510fa986cf9e2eb332512c0a36c77b65b095b0b6 100644 (file)
@@ -84,16 +84,6 @@ static void mpc52xx_uart_of_enumerate(void);
 static irqreturn_t mpc52xx_uart_int(int irq, void *dev_id);
 static irqreturn_t mpc5xxx_uart_process_int(struct uart_port *port);
 
-
-/* Simple macro to test if a port is console or not. This one is taken
- * for serial_core.c and maybe should be moved to serial_core.h ? */
-#ifdef CONFIG_SERIAL_CORE_CONSOLE
-#define uart_console(port) \
-       ((port)->cons && (port)->cons->index == (port)->line)
-#else
-#define uart_console(port)     (0)
-#endif
-
 /* ======================================================================== */
 /* PSC fifo operations for isolating differences between 52xx and 512x      */
 /* ======================================================================== */
This page took 0.027311 seconds and 5 git commands to generate.