]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d78ef4f401217f201eee17b81ec1cafc0e80a00
treeadd79a811d74377b59641e1f55b14a3ad16edd4e
parentdf355c6f85ba816f1bd25d6eeab042377792e5e4
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