diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-12-15 16:49:33 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-18 11:00:08 -0500 |
commit | 041d9d93b5dba8fa41134a4e5fc7a432b76fa308 (patch) | |
tree | 30f8b774ac6ea39a2dd92f212cec5f9eb5130d5a /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 6b8f4ee56fb27ac36fb3dbec91b5eb04beb90287 (diff) | |
download | linux-041d9d93b5dba8fa41134a4e5fc7a432b76fa308.tar.gz |
drm/amdgpu: rename amdgpu_get_pcie_info
add device to the name for consistency.
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 91b4fda42873..6b296e1fecf2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1167,7 +1167,7 @@ struct amdgpu_wb { int amdgpu_device_wb_get(struct amdgpu_device *adev, u32 *wb); void amdgpu_device_wb_free(struct amdgpu_device *adev, u32 wb); -void amdgpu_get_pcie_info(struct amdgpu_device *adev); +void amdgpu_device_get_pcie_info(struct amdgpu_device *adev); /* * SDMA |