Browse Source

[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>
Nicolas Pitre 16 years ago
parent
commit
ba0cda6dc8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-mv78xx0/pcie.c

+ 1 - 0
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"