summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/via/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2022-07-13 19:01:54 +0200
committerSam Ravnborg <sam@ravnborg.org>2022-07-16 09:26:16 +0200
commite85e4ae0157193703ec8d3ca95c669ddeb2023ee (patch)
tree9e93c734114699be8483660e8fc6874c56d22498 /drivers/gpu/drm/via/Makefile
parent67034c8e004982764dd5b5df3d57a4179902f60d (diff)
downloadlinux-e85e4ae0157193703ec8d3ca95c669ddeb2023ee.tar.bz2
drm/via: Embed via_video in via_dri1
All functions are made static as there are no more external users. The file had a new copyright that is kept. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Cc: Kevin Brace <kevinbrace@bracecomputerlab.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220713170202.1798216-6-sam@ravnborg.org
Diffstat (limited to 'drivers/gpu/drm/via/Makefile')
-rw-r--r--drivers/gpu/drm/via/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile
index daadc0d3233f..398be21c6df8 100644
--- a/drivers/gpu/drm/via/Makefile
+++ b/drivers/gpu/drm/via/Makefile
@@ -3,6 +3,6 @@
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
-via-y := via_irq.o via_dri1.o via_verifier.o via_video.o via_dmablit.o
+via-y := via_irq.o via_dri1.o via_verifier.o via_dmablit.o
obj-$(CONFIG_DRM_VIA) +=via.o