diff options
author | 2023-06-15 10:38:59 -0600 | |
---|---|---|
committer | 2023-07-18 11:13:08 -0400 | |
commit | c2de8bc9da17bd5924ba1803493a048f151188e5 (patch) | |
tree | 6371f29e5c6acdaae7f46f5ab605fd81736186f4 /drivers/gpu/drm/amd/display/dc/basics/conversion.c | |
parent | drm/amd/display: Add polling method to handle MST reply packet (diff) | |
download | wireguard-linux-c2de8bc9da17bd5924ba1803493a048f151188e5.tar.xz wireguard-linux-c2de8bc9da17bd5924ba1803493a048f151188e5.zip |
drm/amd/display: Improve the include of header file
This commit improves the include of some header files to make them align
with other includes.
Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Acked-by: Alan Liu <haoping.liu@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/basics/conversion.c')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/basics/conversion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/basics/conversion.c b/drivers/gpu/drm/amd/display/dc/basics/conversion.c index 352e9afb85c6..e295a839ab47 100644 --- a/drivers/gpu/drm/amd/display/dc/basics/conversion.c +++ b/drivers/gpu/drm/amd/display/dc/basics/conversion.c @@ -24,7 +24,7 @@ */ #include "dm_services.h" -#include "conversion.h" +#include "basics/conversion.h" #define DIVIDER 10000 |