diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-07-24 16:47:34 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-24 09:30:02 +1000 |
commit | 4d46259f00c6dd04d53e74cdfa8f8b6ec35c0140 (patch) | |
tree | 491a71f72c97cae18a9b0eb5b87424550370514d /drivers/gpu/drm/gma500/Makefile | |
parent | 9a9f5786fcccda3cc61eaa8f537690327eff6853 (diff) |
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/Makefile')
-rw-r--r-- | drivers/gpu/drm/gma500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile index 56a0f2ac82c..7a2d40a5c1e 100644 --- a/drivers/gpu/drm/gma500/Makefile +++ b/drivers/gpu/drm/gma500/Makefile @@ -3,7 +3,7 @@ # ccflags-y += -I$(srctree)/include/drm -gma500_gfx-y += gem_glue.o \ +gma500_gfx-y += \ accel_2d.o \ backlight.o \ framebuffer.o \ |