summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tinydrm/core/Makefile
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2019-02-25 17:42:31 +0300
committerNoralf Trønnes <noralf@tronnes.org>2019-03-04 17:31:27 +0300
commit2afd9fcba6b168ab4fa5c38680f98147a745d31c (patch)
tree80b734009ec85bd4f5f89b91b0aedfea9a9ea2e2 /drivers/gpu/drm/tinydrm/core/Makefile
parent3eba3922819fe221ebaf397d0bde2d654f9e7a02 (diff)
downloadlinux-2afd9fcba6b168ab4fa5c38680f98147a745d31c.tar.xz
drm/tinydrm: Remove tinydrm_device
No more users left so it can go alongside its helpers. Update the tinydrm docs description and remove todo entry. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190225144232.20761-7-noralf@tronnes.org
Diffstat (limited to 'drivers/gpu/drm/tinydrm/core/Makefile')
-rw-r--r--drivers/gpu/drm/tinydrm/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tinydrm/core/Makefile b/drivers/gpu/drm/tinydrm/core/Makefile
index fb221e6f8885..6f8f764560e0 100644
--- a/drivers/gpu/drm/tinydrm/core/Makefile
+++ b/drivers/gpu/drm/tinydrm/core/Makefile
@@ -1,3 +1,3 @@
-tinydrm-y := tinydrm-core.o tinydrm-pipe.o tinydrm-helpers.o
+tinydrm-y := tinydrm-pipe.o tinydrm-helpers.o
obj-$(CONFIG_DRM_TINYDRM) += tinydrm.o