summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/Makefile
diff options
context:
space:
mode:
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2021-02-01 16:26:16 +0300
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2021-02-09 15:07:43 +0300
commit5c209d8056b9763ce544ecd7dadb3782cdaf96ed (patch)
tree6c88f1ddaab340e37d5dd4efe00df412fb3671fc /drivers/gpu/drm/gma500/Makefile
parent93b0bb58677e8d74bed2346c66086b2934c03e3a (diff)
downloadlinux-5c209d8056b9763ce544ecd7dadb3782cdaf96ed.tar.xz
drm/gma500: psb_spank() doesn't need it's own file
Since everything else in accel_2d.c got removed we can move psb_spank() into psb_drv.c where it is used. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20210201132617.1233-5-patrik.r.jakobsson@gmail.com
Diffstat (limited to 'drivers/gpu/drm/gma500/Makefile')
-rw-r--r--drivers/gpu/drm/gma500/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile
index ca5013246d7b..160b75e28b0e 100644
--- a/drivers/gpu/drm/gma500/Makefile
+++ b/drivers/gpu/drm/gma500/Makefile
@@ -4,7 +4,6 @@
#
gma500_gfx-y += \
- accel_2d.o \
backlight.o \
blitter.o \
cdv_device.o \