diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2024-04-25 09:35:53 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-30 10:03:06 -0400 |
commit | 9d0532c86fde034ef8b04172cbcd93451af8ca14 (patch) | |
tree | 799822b3e8ec5758298f60a1cc6eada0ffbf55f8 /drivers/gpu/drm/amd/display/dc/inc/hw | |
parent | 6769a23697f17f9bf9365ca8ed62fe37e361a05a (diff) |
drm/amd/display: Remove duplicate spl/dc_spl_types.h header
./drivers/gpu/drm/amd/display/dc/inc/hw/transform.h: spl/dc_spl_types.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8884
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/transform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/transform.h b/drivers/gpu/drm/amd/display/dc/inc/hw/transform.h index 5aa2f1a1fb83..28da1dddf0a0 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/transform.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/transform.h @@ -31,8 +31,6 @@ #include "fixed31_32.h" #include "spl/dc_spl_types.h" -#include "spl/dc_spl_types.h" - #define CSC_TEMPERATURE_MATRIX_SIZE 12 struct bit_depth_reduction_params; |