提交 c6af66b9 编写于 作者: R Russell King 提交者: 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: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册