]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Remove redundant header files
authorLiao Yuanhong <liaoyuanhong@vivo.com>
Tue, 19 Aug 2025 14:24:50 +0000 (22:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Aug 2025 17:57:47 +0000 (13:57 -0400)
commit8ed5f8d9fe59cc1b1ac267182c3ce7d2210855f4
tree8c5a29a5c14855aa4ade00cfe6b91dd0c07a6299
parentee6ba1e69dd7d969ab36f16d81c930b1a7fbf61c
drm/amd/display: Remove redundant header files

The header file "dc_stream.h" is already included on line 1507. Remove the
redundant include.

This is because the header file was initially included towards the latter
part of the code. Subsequent commits had to include the header file again
earlier in the code. In my opinion, this doesn't count as a fix; it just
requires removing the redundant header inclusion.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h