drm/omap: Remove cpu_is_omapXXXX usage in DMM
authorAndy Gross <andy.gross@ti.com>
Wed, 17 Oct 2012 05:30:03 +0000 (00:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 22:55:19 +0000 (15:55 -0700)
commite5e4e9b70c7dfd3ba98d3e8a3951ee3b3cd2a0f9
treeadd79a811d74377b59641e1f55b14a3ad16edd4e
parent41c66e06219c645a1fae94811591ad964804f443
drm/omap: Remove cpu_is_omapXXXX usage in DMM

Removed usage of the cpu_is_omapXXXX in the DMM driver.  This is no
longer necessary as we can key off of the omap_dmm pointer that is
only non-NULL if the device has been probed successfully.

Signed-off-by: Andy Gross <andy.gross@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omapdrm/omap_dmm_tiler.c
drivers/staging/omapdrm/omap_dmm_tiler.h
drivers/staging/omapdrm/omap_gem.c