diff options
author | Zaeem Mohamed <[email protected]> | 2024-08-23 00:30:15 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-08-27 17:56:02 -0400 |
commit | e45a3933bb3ebd9a2ac95b6b60da029ee3a9f4e7 (patch) | |
tree | 9f7cd06d9def3aa78adc7d44a6226ff265b79331 | |
parent | ff95eabe57368d641589441e8f638b4d59f79a82 (diff) |
drm/amdgpu/display: remove unnecessary TODO spl_os_types.h
Remove unnecessary TODO from spl_os_types.h
Reviewed-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Zaeem Mohamed <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/spl/spl_os_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/spl/spl_os_types.h b/drivers/gpu/drm/amd/display/dc/spl/spl_os_types.h index 058306bb41aa..709706ed4f2c 100644 --- a/drivers/gpu/drm/amd/display/dc/spl/spl_os_types.h +++ b/drivers/gpu/drm/amd/display/dc/spl/spl_os_types.h @@ -18,7 +18,6 @@ * general debug capabilities * */ -// TODO: need backport #define SPL_BREAK_TO_DEBUGGER() ASSERT(0) static inline uint64_t spl_div_u64_rem(uint64_t dividend, uint32_t divisor, uint32_t *remainder) |