summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch')
-rw-r--r--target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch b/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
index 93f93a79f..347dcc0d1 100644
--- a/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
+++ b/target/linux/malta/patches-3.6/001-MIPS-fix-CBUS-UART-irq.patch
@@ -21,11 +21,9 @@ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mti-malta/malta-platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/arch/mips/mti-malta/malta-platform.c b/arch/mips/mti-malta/malta-platform.c
-index a8beca8..a906153 100644
--- a/arch/mips/mti-malta/malta-platform.c
+++ b/arch/mips/mti-malta/malta-platform.c
-@@ -47,7 +47,7 @@ static struct plat_serial8250_port uart8250_data[] = {
+@@ -48,7 +48,7 @@ static struct plat_serial8250_port uart8
SMC_PORT(0x2F8, 3),
{
.mapbase = 0x1f000900, /* The CBUS UART */
@@ -34,6 +32,3 @@ index a8beca8..a906153 100644
.uartclk = 3686400, /* Twice the usual clk! */
.iotype = UPIO_MEM32,
.flags = CBUS_UART_FLAGS,
---
-1.7.11.7
-