Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Liao Yuanhong and committed by
Alex Deucher
8ed5f8d9 ee6ba1e6

-2
-2
drivers/gpu/drm/amd/display/dc/dc.h
··· 1863 1863 void dc_post_update_surfaces_to_stream( 1864 1864 struct dc *dc); 1865 1865 1866 - #include "dc_stream.h" 1867 - 1868 1866 /** 1869 1867 * struct dc_validation_set - Struct to store surface/stream associations for validation 1870 1868 */