diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index dd8a6661fbeb..f44a83ab2bf4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1393,9 +1393,7 @@ enum amd_hw_ip_block_type { | |||
1393 | #define HWIP_MAX_INSTANCE 6 | 1393 | #define HWIP_MAX_INSTANCE 6 |
1394 | 1394 | ||
1395 | struct amd_powerplay { | 1395 | struct amd_powerplay { |
1396 | struct cgs_device *cgs_device; | ||
1397 | void *pp_handle; | 1396 | void *pp_handle; |
1398 | const struct amd_ip_funcs *ip_funcs; | ||
1399 | const struct amd_pm_funcs *pp_funcs; | 1397 | const struct amd_pm_funcs *pp_funcs; |
1400 | }; | 1398 | }; |
1401 | 1399 | ||