diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:02 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:02 +0000 |
commit | b7f4c2f2025ec254202e95c900b5281904264306 (patch) | |
tree | 8e65ab31e5b8116d21869c261e67ea326f442b29 /include | |
parent | 2be6b72c8fccbdd18264886d1ed173e908ff423a (diff) |
fix-stable-tracking-build-without-symlink.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h | 2 | ||||
-rw-r--r-- | include/asm-arm/arch-s3c2410/gta02.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h b/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h index 9b5a3a270ae..a96a0233919 100644 --- a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h +++ b/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h @@ -16,7 +16,7 @@ * for testing */ -#include <asm/arch/pwm.h> +#include <asm/arch-s3c2410/pwm.h> #include <asm/plat-s3c/regs-timer.h> extern u8 fiq_ready; diff --git a/include/asm-arm/arch-s3c2410/gta02.h b/include/asm-arm/arch-s3c2410/gta02.h index b007ce7e7d5..c376b899779 100644 --- a/include/asm-arm/arch-s3c2410/gta02.h +++ b/include/asm-arm/arch-s3c2410/gta02.h @@ -2,7 +2,7 @@ #define _GTA02_H #include <mach/regs-gpio.h> -#include <asm/arch/irqs.h> +#include <asm/arch-s3c2410/irqs.h> /* Different hardware revisions, passed in ATAG_REVISION by u-boot */ #define GTA02v1_SYSTEM_REV 0x00000310 |