diff options
author | 2022-07-06 17:13:27 +0800 | |
---|---|---|
committer | 2022-07-07 15:55:39 -0400 | |
commit | 75072128d704576c39b3ec36b2cb84af316d88d2 (patch) | |
tree | c5a23180e5e14122c2ac82779dc7c4dabf55dc2f | |
parent | drm/amdgpu/display: Remove duplicated argument to || (diff) | |
download | linux-dev-75072128d704576c39b3ec36b2cb84af316d88d2.tar.xz linux-dev-75072128d704576c39b3ec36b2cb84af316d88d2.zip |
drm/amd/display: remove repeated includes
Remove a repeated "#include <drm/drm_print.h>"
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/os_types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h index 795dd486b6d6..6b88ae14f1f9 100644 --- a/drivers/gpu/drm/amd/display/dc/os_types.h +++ b/drivers/gpu/drm/amd/display/dc/os_types.h @@ -39,8 +39,6 @@ #include <drm/display/drm_dp_helper.h> #include <drm/drm_print.h> -#include <drm/drm_print.h> - #include "cgs_common.h" #if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU) |