[media] omap3isp: Replace cpu_is_omap3630() with ISP revision check
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 27 Sep 2012 13:38:18 +0000 (10:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 6 Oct 2012 15:31:58 +0000 (12:31 -0300)
commit947c48086623d9ca2207dd0434bd58458af4ba86
treec3b6cfe31adced9e5713ad60217f19011cc66833
parent5bdb7872cdadcd630dd2129633e1a3f8aeac69f8
[media] omap3isp: Replace cpu_is_omap3630() with ISP revision check

Drivers must not rely on cpu_is_omap* macros (they will soon become
private). Use the ISP revision instead to identify the hardware.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/omap3isp/isp.c