aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/include/mach/entry-macro.S
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-26 11:07:23 +0900
committerBen Dooks <ben-linux@fluff.org>2010-02-20 22:32:00 +0000
commited618aff8a952f712caf1d475e0947a32a8b6606 (patch)
treed106f5b5c24e42c6498c3a8a7340ba74ba62a4a3 /arch/arm/mach-s3c64xx/include/mach/entry-macro.S
parent3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (diff)
downloadkernel_samsung_smdk4412-ed618aff8a952f712caf1d475e0947a32a8b6606.zip
kernel_samsung_smdk4412-ed618aff8a952f712caf1d475e0947a32a8b6606.tar.gz
kernel_samsung_smdk4412-ed618aff8a952f712caf1d475e0947a32a8b6606.tar.bz2
ARM: S3C64XX: Move IRQ support into mach-s3c64xx
Move IRQ support to mach-s3c64xx as it is unlikely to be re-used outside this machine. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/include/mach/entry-macro.S')
-rw-r--r--arch/arm/mach-s3c64xx/include/mach/entry-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/entry-macro.S b/arch/arm/mach-s3c64xx/include/mach/entry-macro.S
index 33a8fe2..dd36260 100644
--- a/arch/arm/mach-s3c64xx/include/mach/entry-macro.S
+++ b/arch/arm/mach-s3c64xx/include/mach/entry-macro.S
@@ -13,6 +13,6 @@
*/
#include <mach/map.h>
-#include <plat/irqs.h>
+#include <mach/irqs.h>
#include <asm/entry-macro-vic2.S>