From 45e4b53d5734c3ca10e95c072736469188370148 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 11 Oct 2009 01:23:35 +0200 Subject: 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 --- arch/arm/mach-s3c2410/include/mach/irqs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm') 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 -- cgit v1.2.3