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 /arch/arm/mach-s3c2410/include/mach | |
parent | 2be6b72c8fccbdd18264886d1ed173e908ff423a (diff) |
fix-stable-tracking-build-without-symlink.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/gta01.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/gta01.h b/arch/arm/mach-s3c2410/include/mach/gta01.h index 0a90f9ce218..b93380f6275 100644 --- a/arch/arm/mach-s3c2410/include/mach/gta01.h +++ b/arch/arm/mach-s3c2410/include/mach/gta01.h @@ -2,7 +2,7 @@ #define _GTA01_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 GTA01v3_SYSTEM_REV 0x00000130 |