From f00886da07307c3b55016988c6adc3d1bd4c08da Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 9 Oct 2012 15:38:55 +0000 Subject: ixp4xx: add missing reboot handlers (fixes #11577) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33672 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch') diff --git a/target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch b/target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch index a3b1f25e5..18d93979d 100644 --- a/target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch +++ b/target/linux/ixp4xx/patches-3.3/160-delayed_uart_io.patch @@ -112,7 +112,7 @@ Add a new UART I/O type for slow busses such as the ixp4xx expansion bus case UPIO_MEM: case UPIO_MEM32: case UPIO_AU: -@@ -2435,6 +2436,7 @@ int uart_match_port(struct uart_port *po +@@ -2436,6 +2437,7 @@ int uart_match_port(struct uart_port *po case UPIO_HUB6: return (port1->iobase == port2->iobase) && (port1->hub6 == port2->hub6); -- cgit v1.2.3