aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/mach-gta02.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-10-05 16:53:09 +0200
committerLars-Peter Clausen <lars@metafoo.de>2010-05-18 00:53:26 +0200
commit487349e69fa5737e9370c889acc350890a25c10b (patch)
tree794d58b5ed13874386373e7a824ee9877ec5984d /arch/arm/mach-s3c2440/mach-gta02.c
parent7cf0d44116947a1077d58bb837b29e510cc07121 (diff)
gta02: Add fiq handler
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-gta02.c')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 3e9c7fb377d..be8782b80e5 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -101,6 +101,8 @@
#include <mach/gta02-pm-gps.h>
#include <mach/gta02-pm-wlan.h>
+#include <mach/gta02-fiq.h>
+
#include <linux/jbt6k74.h>
#include <linux/glamofb.h>
#include <linux/mfd/glamo.h>
@@ -886,6 +888,7 @@ static struct platform_device *gta02_devices[] __initdata = {
&gta02_nor_flash,
&s3c_device_timer[0],
&s3c_device_timer[1],
+ &s3c_device_timer[2],
&s3c_device_timer[3],
&s3c_device_iis,
&s3c_device_i2c0,