|
@@ -442,8 +442,10 @@ static void __init fixup_port_irq(int index,
|
|
|
|
|
|
port->irq = virq;
|
|
port->irq = virq;
|
|
|
|
|
|
|
|
+#ifdef CONFIG_SERIAL_8250_FSL
|
|
if (of_device_is_compatible(np, "fsl,ns16550"))
|
|
if (of_device_is_compatible(np, "fsl,ns16550"))
|
|
port->handle_irq = fsl8250_handle_irq;
|
|
port->handle_irq = fsl8250_handle_irq;
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
|
|
|
|
static void __init fixup_port_pio(int index,
|
|
static void __init fixup_port_pio(int index,
|