aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-13 17:20:14 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-13 17:20:14 +0000
commitae8b3d1648d71e71beb2008c95ad22ab211c1234 (patch)
tree643b284b8d1b839a7c6d9fc6f50ade6e99ecbc38 /target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3
parent776d3f73f074af38c5e6c29aaf4279b8c678e701 (diff)
downloadmaster-187ad058-ae8b3d1648d71e71beb2008c95ad22ab211c1234.tar.gz
master-187ad058-ae8b3d1648d71e71beb2008c95ad22ab211c1234.tar.bz2
master-187ad058-ae8b3d1648d71e71beb2008c95ad22ab211c1234.zip
[malta] fix CBUS UART registration
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34191 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3')
-rw-r--r--target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a328
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3 b/target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3
new file mode 100644
index 0000000000..f14cdb2d8e
--- /dev/null
+++ b/target/linux/malta/patches-3.6/index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3
@@ -0,0 +1,28 @@
+From 4ade440f81a3c248068d8b89eea7754cc8705b58 Mon Sep 17 00:00:00 2001
+From: Ralf Baechle <ralf@linux-mips.org>
+Date: Tue, 13 Nov 2012 14:33:30 +0100
+Subject: [PATCH] MIPS: Malta: Fix build error
+
+Caused by fe2ccd4dcebd3c5e264af1705bb9b659972418cc [MIPS: Malta: Fix
+interupt number of CBUS UART.]
+
+Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
+---
+ arch/mips/mti-malta/malta-platform.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/mips/mti-malta/malta-platform.c b/arch/mips/mti-malta/malta-platform.c
+index c154181..7473217 100644
+--- a/arch/mips/mti-malta/malta-platform.c
++++ b/arch/mips/mti-malta/malta-platform.c
+@@ -29,6 +29,7 @@
+ #include <linux/mtd/partitions.h>
+ #include <linux/mtd/physmap.h>
+ #include <linux/platform_device.h>
++#include <asm/mips-boards/maltaint.h>
+ #include <mtd/mtd-abi.h>
+
+ #define SMC_PORT(base, int) \
+--
+1.7.11.7
+