diff options
author | Tony Lindgren <tony@atomide.com> | 2012-12-16 14:29:58 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-12-17 13:50:41 -0500 |
commit | e8d3d47a98cd7184a86d58febc00b4ac47485332 (patch) | |
tree | 740357a463728753a3ccf5e914651b893037b972 /drivers/media | |
parent | 16d60bb86e45aa7513007b4788f16fa2b968f9dd (diff) |
ARM: OMAP2+: Drop plat/cpu.h for omap2plus
The cpu_is_omap macros are now local to arch/arm/mach-omap2
in soc.h and plat/cpu.h can finally be dropped for omap2+.
Thanks everybody for help with fixing the drivers.
Note that we can now also remove the unused plat/cpu.h from
smartreflex.c and isp.c as they will cause compile errors
with ARCH_MULTIPLATFORM enabled.
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Acked-by: Jean Pihet <jean.pihet@newoldbits.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/omap3isp/isp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index a9f6de5b69d8..2e8c0cb79c3d 100644 --- a/drivers/media/platform/omap3isp/isp.c +++ b/drivers/media/platform/omap3isp/isp.c | |||
@@ -71,8 +71,6 @@ | |||
71 | #include <media/v4l2-common.h> | 71 | #include <media/v4l2-common.h> |
72 | #include <media/v4l2-device.h> | 72 | #include <media/v4l2-device.h> |
73 | 73 | ||
74 | #include <plat/cpu.h> | ||
75 | |||
76 | #include "isp.h" | 74 | #include "isp.h" |
77 | #include "ispreg.h" | 75 | #include "ispreg.h" |
78 | #include "ispccdc.h" | 76 | #include "ispccdc.h" |