drm/amd/display: drop unused dm_delay_in_microseconds
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Oct 2017 16:44:13 +0000 (12:44 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 17 Oct 2017 00:43:06 +0000 (10:43 +1000)
No longer used.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c

index fc0668b..26bf991 100644 (file)
@@ -59,13 +59,6 @@ bool dm_read_persistent_data(struct dc_context *ctx,
        return false;
 }
 
-void dm_delay_in_microseconds(struct dc_context *ctx,
-                                       unsigned int microSeconds)
-{
-       /*TODO implement*/
-       return;
-}
-
 /**** power component interfaces ****/
 
 bool dm_pp_pre_dce_clock_change(