Commit c6af66b9 authored by Russell King's avatar Russell King Committed by Russell King

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0f347bb9
......@@ -33,6 +33,7 @@
#include <asm/irq.h>
#include <asm/system.h>
#include <asm/mach/pci.h>
#include <asm/irq_regs.h>
#include <asm/hardware/pci_v3.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment