aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-10-11 01:23:35 +0200
committerLars-Peter Clausen <lars@metafoo.de>2009-12-06 10:16:48 +0100
commit45e4b53d5734c3ca10e95c072736469188370148 (patch)
tree6e681876d5ed5e43fb2ee24e8e8f0e429446f7bd
parenta15de5977c3233d671fc9e5d4150ad1e3d4b6df9 (diff)
s3c24xx: Add number of board irqs for the gta02
The gta02 uses the glamo mfd driver which requires 9 board irqs. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
-rw-r--r--arch/arm/mach-s3c2410/include/mach/irqs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/irqs.h b/arch/arm/mach-s3c2410/include/mach/irqs.h
index ceb1733a709..6986d02fd4d 100644
--- a/arch/arm/mach-s3c2410/include/mach/irqs.h
+++ b/arch/arm/mach-s3c2410/include/mach/irqs.h
@@ -180,8 +180,8 @@
* for each board.
*/
-#if 0
-/* Number of board specific irqs go here */
+#if defined(CONFIG_MACH_NEO1973_GTA02)
+#define S3C2410_NR_BOARD_IRQS 9
#else
#define S3C2410_NR_BOARD_IRQS 0
#endif