|
@@ -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 */
|
|
|
/* ======================================================================== */
|