[ARM] integrator: fix pci_v3 compile error with DEBUG_LL
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 17 May 2007 09:16:55 +0000 (10:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 17 May 2007 09:16:55 +0000 (10:16 +0100)
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 <rmk+kernel@arm.linux.org.uk>

No differences found