drm: gma500: Kill the GEM glue layer
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 24 Jul 2012 15:47:34 +0000 (16:47 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Aug 2012 23:30:02 +0000 (09:30 +1000)
The private gem_create_mmap_offset() function is now implemented in the
DRM core as drm_gem_create_mmap_offset(). Use it and kill the private
copy.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found