diff options
author | Rodrigo Siqueira <[email protected]> | 2023-06-15 10:38:59 -0600 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-07-18 11:13:08 -0400 |
commit | c2de8bc9da17bd5924ba1803493a048f151188e5 (patch) | |
tree | 6371f29e5c6acdaae7f46f5ab605fd81736186f4 /drivers/gpu/drm/amd/display/dc/basics/conversion.c | |
parent | bb4fa525f327730e718b2d6e473e608da8eaa894 (diff) |
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 <[email protected]>
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 |