summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vboxvideo/vbox_main.c
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2023-01-16 16:12:34 +0300
committerThomas Zimmermann <tzimmermann@suse.de>2023-01-18 11:25:32 +0300
commitad2a3bef134d42e8032eb4b56c137ae36ac64067 (patch)
tree3801e9e16e55e4b10d7f202130dcdd5e126c861d /drivers/gpu/drm/vboxvideo/vbox_main.c
parenta47171f08300f69f26d5815c9d8932075c8f41f2 (diff)
downloadlinux-ad2a3bef134d42e8032eb4b56c137ae36ac64067.tar.xz
drm/vboxvideo: Remove unnecessary include statements for drm_crtc_helper.h
Several source files include drm_crtc_helper.h without needing it or only to get its transitive include statements; leading to unnecessary compile-time dependencies. Directly include required headers and drop drm_crtc_helper.h where possible. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230116131235.18917-22-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/vboxvideo/vbox_main.c')
-rw-r--r--drivers/gpu/drm/vboxvideo/vbox_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vboxvideo/vbox_main.c b/drivers/gpu/drm/vboxvideo/vbox_main.c
index 3b83e550f4df..42c2d8a99509 100644
--- a/drivers/gpu/drm/vboxvideo/vbox_main.c
+++ b/drivers/gpu/drm/vboxvideo/vbox_main.c
@@ -11,7 +11,6 @@
#include <linux/pci.h>
#include <linux/vbox_err.h>
-#include <drm/drm_crtc_helper.h>
#include <drm/drm_damage_helper.h>
#include "vbox_drv.h"