diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-12-29 17:47:52 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-04-19 21:37:44 +0300 |
commit | dc8ef8cd3a05632bf15ce8714d6b84ece2836fe9 (patch) | |
tree | 3147f78a797a4d4d2c139c03210fe7ad3caf86f4 /arch/arm/mach-ixp4xx/common.c | |
parent | 075df31aed44cd9b9f2fd6522b16183415ee3351 (diff) | |
download | linux-dc8ef8cd3a05632bf15ce8714d6b84ece2836fe9.tar.xz |
ARM: ixp4xx: Convert to SPARSE_IRQ
This localizes the <mach/irqs.h> header to the mach-ixp4xx
directory, removes NR_IRQS and switches IXP4xx over to using
SPARSE_IRQ.
This is a prerequisite for DT support.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ixp4xx/common.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c index 58a1b851425e..aa8fd248c125 100644 --- a/arch/arm/mach-ixp4xx/common.c +++ b/arch/arm/mach-ixp4xx/common.c @@ -45,6 +45,8 @@ #include <asm/mach/irq.h> #include <asm/mach/time.h> +#include "irqs.h" + #define IXP4XX_TIMER_FREQ 66666000 /* |