[malta] switch to kernel 3.6.6
[openwrt/svn-archive/archive.git] / target / linux / malta / patches-3.6 / index.html?p=ralf%2Flinux.git;a=patch;h=4ade440f81a3
1 From 4ade440f81a3c248068d8b89eea7754cc8705b58 Mon Sep 17 00:00:00 2001
2 From: Ralf Baechle <ralf@linux-mips.org>
3 Date: Tue, 13 Nov 2012 14:33:30 +0100
4 Subject: [PATCH] MIPS: Malta: Fix build error
5
6 Caused by fe2ccd4dcebd3c5e264af1705bb9b659972418cc [MIPS: Malta: Fix
7 interupt number of CBUS UART.]
8
9 Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10 ---
11 arch/mips/mti-malta/malta-platform.c | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/arch/mips/mti-malta/malta-platform.c b/arch/mips/mti-malta/malta-platform.c
15 index c154181..7473217 100644
16 --- a/arch/mips/mti-malta/malta-platform.c
17 +++ b/arch/mips/mti-malta/malta-platform.c
18 @@ -29,6 +29,7 @@
19 #include <linux/mtd/partitions.h>
20 #include <linux/mtd/physmap.h>
21 #include <linux/platform_device.h>
22 +#include <asm/mips-boards/maltaint.h>
23 #include <mtd/mtd-abi.h>
24
25 #define SMC_PORT(base, int) \
26 --
27 1.7.11.7
28