There is an build issue in following merge-point:
"Merge tag 'v3.10.48' into standard/base"
  60a9d9fc565e4503dbb8705803e83d906afc4ad2

For 8250_dw.c: dw8250_handle_irq() requires the following line
to be restored in order to build successfully.

Signed-off-by: Ong Boon Leong <[email protected]>
---
 drivers/tty/serial/8250/8250_dw.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tty/serial/8250/8250_dw.c 
b/drivers/tty/serial/8250/8250_dw.c
index 36fe9d9..5caf10e 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -217,6 +217,7 @@ static unsigned int dw8250_serial_in32(struct uart_port *p, 
int offset)
 
 static int dw8250_handle_irq(struct uart_port *p)
 {
+       struct dw8250_data *d = p->private_data;
        unsigned int iir = p->serial_in(p, UART_IIR);
 
        if (serial8250_handle_irq(p, iir)) {
-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to