Commit f3f48d73 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: drop unused df init callback

It was replaced with the sw_init callback so is no longer
needed.
Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8f78f1b0
......@@ -687,7 +687,6 @@ struct amdgpu_nbio_funcs {
};
struct amdgpu_df_funcs {
void (*init)(struct amdgpu_device *adev);
void (*sw_init)(struct amdgpu_device *adev);
void (*enable_broadcast_mode)(struct amdgpu_device *adev,
bool enable);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment