summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gem_glue.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-07-24 16:47:34 +0100
committerDave Airlie <airlied@redhat.com>2012-08-24 09:30:02 +1000
commit4d46259f00c6dd04d53e74cdfa8f8b6ec35c0140 (patch)
tree491a71f72c97cae18a9b0eb5b87424550370514d /drivers/gpu/drm/gma500/gem_glue.h
parent9a9f5786fcccda3cc61eaa8f537690327eff6853 (diff)
downloadtalos-op-linux-4d46259f00c6dd04d53e74cdfa8f8b6ec35c0140.tar.gz
talos-op-linux-4d46259f00c6dd04d53e74cdfa8f8b6ec35c0140.zip
drm: gma500: Kill the GEM glue layer
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>
Diffstat (limited to 'drivers/gpu/drm/gma500/gem_glue.h')
-rw-r--r--drivers/gpu/drm/gma500/gem_glue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/gma500/gem_glue.h b/drivers/gpu/drm/gma500/gem_glue.h
deleted file mode 100644
index ce5ce30f74db..000000000000
--- a/drivers/gpu/drm/gma500/gem_glue.h
+++ /dev/null
@@ -1,2 +0,0 @@
-extern void drm_gem_object_release_wrap(struct drm_gem_object *obj);
-extern int gem_create_mmap_offset(struct drm_gem_object *obj);
OpenPOWER on IntegriCloud