diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 16:53:48 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-25 20:37:49 -0600 |
commit | 4e611091f859906c28921cf8d3c75a848fd249bd (patch) | |
tree | 8344b2828beb23c2c64030eb8558eaeac8d36bcb /arch/arm/mach-pxa/time.c | |
parent | 8661fb92045c5710754d450ebb82461fcfa08b65 (diff) |
ARM: pxa: remove NR_IRQS
Remove NR_IRQS and add a per machine .nr_irqs setting.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-pxa/time.c')
-rw-r--r-- | arch/arm/mach-pxa/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/time.c b/arch/arm/mach-pxa/time.c index b503049d6d2..3d6c9bd90de 100644 --- a/arch/arm/mach-pxa/time.c +++ b/arch/arm/mach-pxa/time.c @@ -22,6 +22,7 @@ #include <asm/mach/time.h> #include <asm/sched_clock.h> #include <mach/regs-ost.h> +#include <mach/irqs.h> /* * This is PXA's sched_clock implementation. This has a resolution |