diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-12-20 17:40:03 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-20 17:40:03 +0000 |
commit | a663a71e429d7d06a7773edc4092995c5fe1171f (patch) | |
tree | 3a9e4b3a00754c8d4207fd6e4c310e53879d9772 /arch/arm/mach-mv78xx0/include/mach/irqs.h | |
parent | 828aac2ee239dca9c1856c4856a57912e6a487c4 (diff) | |
parent | b95a13d79c0e92c9c844fa8aa089c9bd2ed10705 (diff) | |
download | op-kernel-dev-a663a71e429d7d06a7773edc4092995c5fe1171f.zip op-kernel-dev-a663a71e429d7d06a7773edc4092995c5fe1171f.tar.gz |
Merge git://git.marvell.com/orion into devel
Diffstat (limited to 'arch/arm/mach-mv78xx0/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-mv78xx0/include/mach/irqs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-mv78xx0/include/mach/irqs.h b/arch/arm/mach-mv78xx0/include/mach/irqs.h index bebc330..fa1d422 100644 --- a/arch/arm/mach-mv78xx0/include/mach/irqs.h +++ b/arch/arm/mach-mv78xx0/include/mach/irqs.h @@ -11,8 +11,6 @@ #ifndef __ASM_ARCH_IRQS_H #define __ASM_ARCH_IRQS_H -#include "mv78xx0.h" /* need GPIO_MAX */ - /* * MV78xx0 Low Interrupt Controller */ @@ -88,7 +86,7 @@ * MV78XX0 General Purpose Pins */ #define IRQ_MV78XX0_GPIO_START 96 -#define NR_GPIO_IRQS GPIO_MAX +#define NR_GPIO_IRQS 32 #define NR_IRQS (IRQ_MV78XX0_GPIO_START + NR_GPIO_IRQS) |