diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik_sdma.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik_sdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik_sdma.h b/drivers/gpu/drm/amd/amdgpu/cik_sdma.h index 027727c677b8..a4a8fe01410b 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik_sdma.h +++ b/drivers/gpu/drm/amd/amdgpu/cik_sdma.h | |||
@@ -24,6 +24,6 @@ | |||
24 | #ifndef __CIK_SDMA_H__ | 24 | #ifndef __CIK_SDMA_H__ |
25 | #define __CIK_SDMA_H__ | 25 | #define __CIK_SDMA_H__ |
26 | 26 | ||
27 | extern const struct amd_ip_funcs cik_sdma_ip_funcs; | 27 | extern const struct amdgpu_ip_block_version cik_sdma_ip_block; |
28 | 28 | ||
29 | #endif | 29 | #endif |