]> git.baikalelectronics.ru Git - kernel.git/commit
serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next
authorDave Martin <Dave.Martin@arm.com>
Tue, 19 May 2015 10:51:14 +0000 (11:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 May 2015 23:42:10 +0000 (16:42 -0700)
commit58bdaaa5b3889c749c3f945483f9ce93f874ef5b
tree6f102eba355e8601281a7c448664d1d4e0ef6919
parent41426bdf357e36df2520b8a1db83724831fc8a8f
serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next

In commit 41426bdf357e36df2520b8a1db83724831fc8a8f
(Merge 4.1-rc4 into tty-next), git mismerged some lines,
reintroducing a reference to the removed field
uart_amba_port.tx_irq_seen.  This causes a build failure.

This patch removes the mismerged lines, restoring the code to what
was in tty-next (which was the intention).

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c