diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:13 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:41 -0800 |
commit | 0d8be81c0e15ad8ebdd35bbbeb35b03f85a4b558 (patch) | |
tree | a4bab572e19ef5f70e9aa0564026e5307be524d2 /arch/arm/mach-clps711x/common.h | |
parent | 86449336dd3c6e0edf97b971db2daa88917c1d7e (diff) | |
download | op-kernel-dev-0d8be81c0e15ad8ebdd35bbbeb35b03f85a4b558.zip op-kernel-dev-0d8be81c0e15ad8ebdd35bbbeb35b03f85a4b558.tar.gz |
ARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platform
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/common.h')
-rw-r--r-- | arch/arm/mach-clps711x/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h index dc60cae..28b1701 100644 --- a/arch/arm/mach-clps711x/common.h +++ b/arch/arm/mach-clps711x/common.h @@ -4,6 +4,7 @@ * Common bits. */ +#define CLPS711X_NR_IRQS (30) #define CLPS711X_NR_GPIO (4 * 8 + 3) #define CLPS711X_GPIO(prt, bit) ((prt) * 8 + (bit)) |