diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik_dpm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik_dpm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik_dpm.h b/drivers/gpu/drm/amd/amdgpu/cik_dpm.h index b1c8e7b446ea..c7b4349f6319 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik_dpm.h +++ b/drivers/gpu/drm/amd/amdgpu/cik_dpm.h | |||
@@ -26,5 +26,6 @@ | |||
26 | 26 | ||
27 | extern const struct amd_ip_funcs ci_dpm_ip_funcs; | 27 | extern const struct amd_ip_funcs ci_dpm_ip_funcs; |
28 | extern const struct amd_ip_funcs kv_dpm_ip_funcs; | 28 | extern const struct amd_ip_funcs kv_dpm_ip_funcs; |
29 | 29 | extern const struct amd_pm_funcs ci_dpm_funcs; | |
30 | extern const struct amd_pm_funcs kv_dpm_funcs; | ||
30 | #endif | 31 | #endif |