diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c index 6a92abc736e0..8e59e65efd44 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik.c +++ b/drivers/gpu/drm/amd/amdgpu/cik.c | |||
@@ -1866,7 +1866,7 @@ static int cik_common_early_init(void *handle) | |||
1866 | 1866 | ||
1867 | adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type); | 1867 | adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type); |
1868 | 1868 | ||
1869 | amdgpu_get_pcie_info(adev); | 1869 | amdgpu_device_get_pcie_info(adev); |
1870 | 1870 | ||
1871 | return 0; | 1871 | return 0; |
1872 | } | 1872 | } |