From 8dd3b11c092dff5aa3892c1e12cbda799fd37891 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 and the pcf50633 mfd driver which requires 40 irqs. Signed-off-by: Lars-Peter Clausen --- arch/arm/mach-s3c2410/include/mach/irqs.h | 4 ++-- 1 file 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 04c59ab489f..fc0e3c93fb7 100644 --- a/arch/arm/mach-s3c2410/include/mach/irqs.h +++ b/arch/arm/mach-s3c2410/include/mach/irqs.h @@ -180,8 +180,8 @@ * IRQ numbers available for each board. */ -#if 0 -/* Number of board specific irqs go here */ +#if defined(CONFIG_MACH_NEO1973_GTA02) +#define IRQ_BOARD_NR (9 + 40) #else #define IRQ_BOARD_NR 0 #endif -- cgit v1.2.3