diff options
author | Tony Lindgren <tony@atomide.com> | 2012-08-27 17:43:01 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-12 18:06:30 -0700 |
commit | ec2c0825ca3183a646a24717966cc7752e8b0393 (patch) | |
tree | 55a80bb4cc0a16eeb288f80352f3144d33556c51 /drivers/media | |
parent | 7d7e1eba7e92c2f9c76db80adc24836e7a114bfb (diff) | |
download | blackbird-op-linux-ec2c0825ca3183a646a24717966cc7752e8b0393.tar.gz blackbird-op-linux-ec2c0825ca3183a646a24717966cc7752e8b0393.zip |
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/media')
-rw-r--r-- | drivers/media/video/omap/omap_vout.c | 1 | ||||
-rw-r--r-- | drivers/media/video/omap3isp/isp.c | 2 |
2 files changed, 3 insertions, 0 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 @@ #include <media/v4l2-device.h> #include <media/v4l2-ioctl.h> +#include <plat/cpu.h> #include <plat/dma.h> #include <plat/vrfb.h> #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 @@ #include <media/v4l2-common.h> #include <media/v4l2-device.h> +#include <plat/cpu.h> + #include "isp.h" #include "ispreg.h" #include "ispccdc.h" |