diff options
author | Tony Lindgren <tony@atomide.com> | 2012-08-27 20:43:01 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-12 21:06:30 -0400 |
commit | ec2c0825ca3183a646a24717966cc7752e8b0393 (patch) | |
tree | 55a80bb4cc0a16eeb288f80352f3144d33556c51 /drivers/staging | |
parent | 7d7e1eba7e92c2f9c76db80adc24836e7a114bfb (diff) |
ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ
Remove hardcoded IRQs in irqs.h and related files as these
are no longer needed.
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/tidspbridge/core/wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/core/wdt.c b/drivers/staging/tidspbridge/core/wdt.c index 870f934f4f3..453ef748bf4 100644 --- a/drivers/staging/tidspbridge/core/wdt.c +++ b/drivers/staging/tidspbridge/core/wdt.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <dspbridge/host_os.h> | 25 | #include <dspbridge/host_os.h> |
26 | 26 | ||
27 | 27 | ||
28 | #define OMAP34XX_WDT3_BASE (L4_PER_34XX_BASE + 0x30000) | 28 | #define INT_34XX_WDT3_IRQ (36 + NR_IRQS) |
29 | 29 | ||
30 | static struct dsp_wdt_setting dsp_wdt; | 30 | static struct dsp_wdt_setting dsp_wdt; |
31 | 31 | ||