aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2022-07-20 08:30:55 +0000
committerThomas Zimmermann <[email protected]>2022-07-26 16:42:04 +0000
commit254e5e8829a97bdbaf86b83ef704ac45a30c3867 (patch)
tree95bb912824f8b728d0f36c8a81b2baaca6525198 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
parentdrm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING (diff)
downloadkernel-254e5e8829a97bdbaf86b83ef704ac45a30c3867.tar.gz
kernel-254e5e8829a97bdbaf86b83ef704ac45a30c3867.zip
drm: Remove unnecessary include statements of drm_plane_helper.h
Remove the include statement for drm_plane_helper.h from all the files that don't need it. Althogh the header file is almost empty, many drivers include it somewhere. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index d788a00043a5..37322550d750 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -38,7 +38,6 @@
#include <drm/drm_crtc_helper.h>
#include <drm/drm_fb_helper.h>
#include <drm/drm_framebuffer.h>
-#include <drm/drm_plane_helper.h>
#include <drm/drm_probe_helper.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>