aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-versatile/entry-macro.S
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-01-13 21:30:48 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-01-13 21:30:48 +0000
commitfa0fe48fcca9ea7f8c13e21d2646bbaa1747d183 (patch)
tree803a155f42d989ad15d3dc74389dfa6277a78895 /include/asm-arm/arch-versatile/entry-macro.S
parent5ff3fd27161127cc464fc04548d58672a6a8272a (diff)
downloadkernel_samsung_smdk4412-fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183.zip
kernel_samsung_smdk4412-fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183.tar.gz
kernel_samsung_smdk4412-fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183.tar.bz2
[ARM] Separate VIC (vectored interrupt controller) support from Versatile
Other machines may wish to make use of the VIC support code, so move it to arch/arm/common. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-versatile/entry-macro.S')
-rw-r--r--include/asm-arm/arch-versatile/entry-macro.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-versatile/entry-macro.S b/include/asm-arm/arch-versatile/entry-macro.S
index 58f0d71..feff771 100644
--- a/include/asm-arm/arch-versatile/entry-macro.S
+++ b/include/asm-arm/arch-versatile/entry-macro.S
@@ -8,6 +8,7 @@
* warranty of any kind, whether express or implied.
*/
#include <asm/hardware.h>
+#include <asm/hardware/vic.h>
.macro disable_fiq
.endm