| 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 | --- a/arch/mips/mti-malta/malta-platform.c |
| 15 | +++ b/arch/mips/mti-malta/malta-platform.c |
| 16 | @@ -29,6 +29,7 @@ |
| 17 | #include <linux/mtd/partitions.h> |
| 18 | #include <linux/mtd/physmap.h> |
| 19 | #include <linux/platform_device.h> |
| 20 | +#include <asm/mips-boards/maltaint.h> |
| 21 | #include <mtd/mtd-abi.h> |
| 22 | |
| 23 | #define SMC_PORT(base, int) \ |
| 24 | |