diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-23 14:29:33 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-26 00:57:22 +0200 |
commit | 375dec92777c96015a13a23eaeb4f23281fb8662 (patch) | |
tree | 74164b30e8aa689c51ccb552c06aedc86219539d /arch/arm/mach-sa1100/jornada720.c | |
parent | ARM: 7342/2: sa1100: prepare for sparse irq conversion (diff) | |
download | linux-375dec92777c96015a13a23eaeb4f23281fb8662.tar.xz linux-375dec92777c96015a13a23eaeb4f23281fb8662.zip |
ARM: 7343/1: sa11x0: convert to sparse IRQ
Now that Neponset, UCB1x00 and SA1111 are all converted to use the IRQ
allocation interfaces, we can enable sparse IRQ support for SA11x0
platforms.
Diffstat (limited to 'arch/arm/mach-sa1100/jornada720.c')
-rw-r--r-- | arch/arm/mach-sa1100/jornada720.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/jornada720.c b/arch/arm/mach-sa1100/jornada720.c index b7dcb1887aca..ca7a7e834720 100644 --- a/arch/arm/mach-sa1100/jornada720.c +++ b/arch/arm/mach-sa1100/jornada720.c @@ -195,7 +195,6 @@ static struct resource sa1111_resources[] = { }; static struct sa1111_platform_data sa1111_info = { - .irq_base = IRQ_BOARD_END, .disable_devs = SA1111_DEVID_PS2_MSE, }; |