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 | |
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')
-rw-r--r-- | drivers/media/video/omap/omap_vout.c | 1 | ||||
-rw-r--r-- | drivers/media/video/omap3isp/isp.c | 2 | ||||
-rw-r--r-- | drivers/power/avs/smartreflex.c | 2 | ||||
-rw-r--r-- | drivers/staging/tidspbridge/core/wdt.c | 2 |
4 files changed, 6 insertions, 1 deletions
diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c index 88cf9d952631..409da0f8e5cf 100644 --- a/drivers/media/video/omap/omap_vout.c +++ b/drivers/media/video/omap/omap_vout.c | |||
@@ -44,6 +44,7 @@ | |||
44 | #include <media/v4l2-device.h> | 44 | #include <media/v4l2-device.h> |
45 | #include <media/v4l2-ioctl.h> | 45 | #include <media/v4l2-ioctl.h> |
46 | 46 | ||
47 | #include <plat/cpu.h> | ||
47 | #include <plat/dma.h> | 48 | #include <plat/dma.h> |
48 | #include <plat/vrfb.h> | 49 | #include <plat/vrfb.h> |
49 | #include <video/omapdss.h> | 50 | #include <video/omapdss.h> |
diff --git a/drivers/media/video/omap3isp/isp.c b/drivers/media/video/omap3isp/isp.c index 1c347633e663..43e61fe5df50 100644 --- a/drivers/media/video/omap3isp/isp.c +++ b/drivers/media/video/omap3isp/isp.c | |||
@@ -70,6 +70,8 @@ | |||
70 | #include <media/v4l2-common.h> | 70 | #include <media/v4l2-common.h> |
71 | #include <media/v4l2-device.h> | 71 | #include <media/v4l2-device.h> |
72 | 72 | ||
73 | #include <plat/cpu.h> | ||
74 | |||
73 | #include "isp.h" | 75 | #include "isp.h" |
74 | #include "ispreg.h" | 76 | #include "ispreg.h" |
75 | #include "ispccdc.h" | 77 | #include "ispccdc.h" |
diff --git a/drivers/power/avs/smartreflex.c b/drivers/power/avs/smartreflex.c index 44efc6e202af..d4957b4edb62 100644 --- a/drivers/power/avs/smartreflex.c +++ b/drivers/power/avs/smartreflex.c | |||
@@ -27,6 +27,8 @@ | |||
27 | #include <linux/pm_runtime.h> | 27 | #include <linux/pm_runtime.h> |
28 | #include <linux/power/smartreflex.h> | 28 | #include <linux/power/smartreflex.h> |
29 | 29 | ||
30 | #include <plat/cpu.h> | ||
31 | |||
30 | #define SMARTREFLEX_NAME_LEN 16 | 32 | #define SMARTREFLEX_NAME_LEN 16 |
31 | #define NVALUE_NAME_LEN 40 | 33 | #define NVALUE_NAME_LEN 40 |
32 | #define SR_DISABLE_TIMEOUT 200 | 34 | #define SR_DISABLE_TIMEOUT 200 |
diff --git a/drivers/staging/tidspbridge/core/wdt.c b/drivers/staging/tidspbridge/core/wdt.c index 870f934f4f3b..453ef748bf45 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 | ||