summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dpm.c
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2016-12-28 11:09:00 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-01-27 11:12:56 -0500
commit9d273495e691f9473db6b2ae2da41515d53a70e9 (patch)
tree8c389d4d809d3e796d21ef9f3e9084edab331205 /drivers/gpu/drm/amd/amdgpu/si_dpm.c
parentb9bc58140e43ae0ff69a5a52d31e397cb7dee4cd (diff)
downloadop-kernel-dev-9d273495e691f9473db6b2ae2da41515d53a70e9.zip
op-kernel-dev-9d273495e691f9473db6b2ae2da41515d53a70e9.tar.gz
drm/amdgpu: delete dead definitions of dpm_ip_funcs
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 738ebc1..4f12da1 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -8072,11 +8072,3 @@ static void si_dpm_set_irq_funcs(struct amdgpu_device *adev)
adev->pm.dpm.thermal.irq.funcs = &si_dpm_irq_funcs;
}
-const struct amdgpu_ip_block_version si_dpm_ip_block =
-{
- .type = AMD_IP_BLOCK_TYPE_SMC,
- .major = 6,
- .minor = 0,
- .rev = 0,
- .funcs = &si_dpm_ip_funcs,
-};
OpenPOWER on IntegriCloud