sync with OpenBSD -current

This commit is contained in:
purplerain 2024-01-08 00:39:27 +00:00
parent a2b5593ce1
commit 19c768bf4f
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
67 changed files with 1526 additions and 522 deletions

View file

@ -985,12 +985,10 @@ static void amdgpu_dm_audio_component_unbind(struct device *kdev,
adev->dm.audio_component = NULL;
}
#ifdef notyet
static const struct component_ops amdgpu_dm_audio_component_bind_ops = {
.bind = amdgpu_dm_audio_component_bind,
.unbind = amdgpu_dm_audio_component_unbind,
};
#endif
static int amdgpu_dm_audio_init(struct amdgpu_device *adev)
{