diff options
author | Nicolas Pitre <nico@cam.org> | 2009-01-06 22:58:23 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-01-08 11:29:40 -0500 |
commit | ba0cda6dc8c7d1de46c2f0663cdaaa2df714a8dc (patch) | |
tree | e25fcd064f0b5cd7627adb8c12688a6bffdde902 /arch/arm/mach-mv78xx0 | |
parent | ff89c462dfe0df04f8938d513546896c2ddab525 (diff) |
[ARM] 5361/1: mv78xx0: fix compilation error
Commit ba84be2338d3 broke the build.
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-mv78xx0')
-rw-r--r-- | arch/arm/mach-mv78xx0/pcie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/pcie.c b/arch/arm/mach-mv78xx0/pcie.c index 430ea84d587d..aad3a7a2f830 100644 --- a/arch/arm/mach-mv78xx0/pcie.c +++ b/arch/arm/mach-mv78xx0/pcie.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
13 | #include <linux/mbus.h> | 13 | #include <linux/mbus.h> |
14 | #include <asm/irq.h> | ||
14 | #include <asm/mach/pci.h> | 15 | #include <asm/mach/pci.h> |
15 | #include <plat/pcie.h> | 16 | #include <plat/pcie.h> |
16 | #include "common.h" | 17 | #include "common.h" |