diff options
author | Arve Hjønnevåg <arve@android.com> | 2010-09-27 17:46:35 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:46:53 -0800 |
commit | a03d07e97bc37694c48149dae4675aec5814f0cc (patch) | |
tree | 9aca92c4738c3af5ac46e378b4c8c46f4996b892 /arch/arm/mach-s5pv210/include | |
parent | ae7604739900464afbba77ef6655a5ea7b35fcc0 (diff) | |
download | kernel_samsung_crespo-a03d07e97bc37694c48149dae4675aec5814f0cc.zip kernel_samsung_crespo-a03d07e97bc37694c48149dae4675aec5814f0cc.tar.gz kernel_samsung_crespo-a03d07e97bc37694c48149dae4675aec5814f0cc.tar.bz2 |
ARM: S5PV210: Define FIQ_START
Change-Id: Ic202a15de6370f11eb9f857501572a45d0e6415b
Signed-off-by: Arve Hjønnevåg <arve@android.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/irqs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/irqs.h b/arch/arm/mach-s5pv210/include/mach/irqs.h index 65e8756..b747128 100644 --- a/arch/arm/mach-s5pv210/include/mach/irqs.h +++ b/arch/arm/mach-s5pv210/include/mach/irqs.h @@ -219,4 +219,6 @@ #define HALL_SENSOR_IRQ IRQ_EINT3 +#define FIQ_START 0 + #endif /* ASM_ARCH_IRQS_H */ |