OSDN Git Service

drm/amd/display: Remove the unused function link_timing_bandwidth_kbps()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 16 Mar 2023 09:51:43 +0000 (17:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Mar 2023 04:47:59 +0000 (00:47 -0400)
commit7d67285e84f62fb5fd00405432ecf1b64f921091
treebb0224ff82b6181f76653b0caca6c8980144b4c2
parent6091693a4bd1ba52e406cff44a4a9959e755c986
drm/amd/display: Remove the unused function link_timing_bandwidth_kbps()

The function link_timing_bandwidth_kbps is defined in the
link_validation.c file, but not called elsewhere, so remove this unused
function.

drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_validation.c:258:10: warning: no previous prototype for ‘link_timing_bandwidth_kbps’.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4547
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_validation.c