summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vboxvideo/Makefile
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2019-10-11 15:48:06 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2019-10-16 09:58:30 +0200
commit2695eae1f6d3a5b513735a1d7f4e187414381bee (patch)
tree8915763c72227d3056668bfee8f94d572d386bfb /drivers/gpu/drm/vboxvideo/Makefile
parent1ccd5417dbfa77afb476b95c85fe2e43ada2bc0a (diff)
downloadlinux-2695eae1f6d3a5b513735a1d7f4e187414381bee.tar.bz2
drm/vboxvideo: Switch to generic fbdev emulation
There's nothing special about vboxvideo's fbdev emulation that is not provided by the generic implementation. Switch over and remove the driver's code. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191011134808.3955-2-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/vboxvideo/Makefile')
-rw-r--r--drivers/gpu/drm/vboxvideo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vboxvideo/Makefile b/drivers/gpu/drm/vboxvideo/Makefile
index 55d798c76b21..f2e968b5ffa6 100644
--- a/drivers/gpu/drm/vboxvideo/Makefile
+++ b/drivers/gpu/drm/vboxvideo/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
vboxvideo-y := hgsmi_base.o modesetting.o vbva_base.o \
- vbox_drv.o vbox_fb.o vbox_hgsmi.o vbox_irq.o vbox_main.o \
+ vbox_drv.o vbox_hgsmi.o vbox_irq.o vbox_main.o \
vbox_mode.o vbox_ttm.o
obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo.o