mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:34:04 +02:00
24 lines
739 B
Diff
24 lines
739 B
Diff
|
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(+)
|
||
|
|
||
|
--- 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) \
|