From c6af66b9fe93990c70aaee53ce3ce7e53a83676a Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 17 May 2007 10:16:55 +0100 Subject: [ARM] integrator: fix pci_v3 compile error with DEBUG_LL If DEBUG_LL is enabled, we want to use get_irq_regs(), but this causes a build error due to the inline function missing. Add the necessary header file. Signed-off-by: Russell King --- arch/arm/mach-integrator/pci_v3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-integrator') diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index af9ebccac7c..d4d8134ce56 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c @@ -33,6 +33,7 @@ #include #include #include +#include #include -- cgit v1.2.3