diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2022-11-03 16:14:45 +0100 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2022-11-05 17:12:04 +0100 |
commit | 45b64fd9f7ae2cce27f85f7f0a7b1fcdd08d06b4 (patch) | |
tree | b250c39449d79c248abbcb6a086632f1b09afffe /drivers/gpu/drm/vboxvideo | |
parent | drm/fb-helper: Move generic fbdev emulation into separate source file (diff) | |
download | linux-45b64fd9f7ae2cce27f85f7f0a7b1fcdd08d06b4.tar.xz linux-45b64fd9f7ae2cce27f85f7f0a7b1fcdd08d06b4.zip |
drm/fb-helper: Remove unnecessary include statements
Remove include statements for <drm/drm_fb_helper.h> where it is not
required (i.e., most of them). In a few places include other header
files that are required by the source code.
v3:
* fix amdgpu include statements
* fix rockchip include statements
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221103151446.2638-23-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/vboxvideo')
-rw-r--r-- | drivers/gpu/drm/vboxvideo/vbox_main.c | 1 |
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 c9e8b3a63c62..3b83e550f4df 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_fb_helper.h> #include <drm/drm_crtc_helper.h> #include <drm/drm_damage_helper.h> |