diff options
author | Nicolas Pitre <nico@cam.org> | 2009-01-07 04:58:23 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-01-08 16:29:40 +0000 |
commit | ba0cda6dc8c7d1de46c2f0663cdaaa2df714a8dc (patch) | |
tree | e25fcd064f0b5cd7627adb8c12688a6bffdde902 /arch | |
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')
-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 @@ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/mbus.h> +#include <asm/irq.h> #include <asm/mach/pci.h> #include <plat/pcie.h> #include "common.h" |