diff options
author | Thomas Zimmermann <[email protected]> | 2023-01-16 14:12:15 +0100 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2023-01-18 09:25:30 +0100 |
commit | cde3d37b19dfddc2dd1bb238a5eaaae09a07b5c5 (patch) | |
tree | 9fd7866344f07e2a38b0da85ac2155f51de8a1ab /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |
parent | 499631d5ae7dd0aacc9601b71a3b80d2b27d9120 (diff) |
drm: Remove unnecessary include statements for drm_crtc_helper.h
Several DRM core and helper 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. The header file, drm_fixed.h, includes <linux/kernel.h>
for lower_32_bits().
v2:
* include drm_crtc_helper.h in drm_crtc_helper.c (Sam)
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Sam Ravnborg <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
0 files changed, 0 insertions, 0 deletions