commit | c6af66b9fe93990c70aaee53ce3ce7e53a83676a | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu May 17 10:16:55 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 17 10:16:55 2007 +0100 |
tree | 3fa2ace02b31fc9de0c06388f4857a8e2e5bbae6 | |
parent | 0f347bb9136f55ff575d55441a29e92c16e87fb0 [diff] |
[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 <rmk+kernel@arm.linux.org.uk>