diff options
| author | Thomas Zimmermann <[email protected]> | 2022-11-03 15:14:45 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2022-11-05 16:12:04 +0000 |
| commit | 45b64fd9f7ae2cce27f85f7f0a7b1fcdd08d06b4 (patch) | |
| tree | b250c39449d79c248abbcb6a086632f1b09afffe /drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | |
| parent | drm/fb-helper: Move generic fbdev emulation into separate source file (diff) | |
| download | kernel-45b64fd9f7ae2cce27f85f7f0a7b1fcdd08d06b4.tar.gz kernel-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 <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c index 491d4846fc02..e1320edfc527 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c @@ -26,7 +26,6 @@ #include <drm/display/drm_dp_helper.h> #include <drm/drm_edid.h> -#include <drm/drm_fb_helper.h> #include <drm/drm_probe_helper.h> #include <drm/amdgpu_drm.h> #include "amdgpu.h" |
