diff options
| author | Andrey Grodzovsky <[email protected]> | 2019-08-14 19:44:14 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-08-15 15:59:17 +0000 |
| commit | b1f5b4538e7558deed89efdeccf7727f3f361720 (patch) | |
| tree | 5a250e379c166bd480a2851be0f4fe6967b6a740 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | |
| parent | drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2) (diff) | |
| download | kernel-b1f5b4538e7558deed89efdeccf7727f3f361720.tar.gz kernel-b1f5b4538e7558deed89efdeccf7727f3f361720.zip | |
dmr/amdgpu: Fix compile error with CONFIG_DRM_AMDGPU_GART_DEBUGFS
Double defintion of 'i'
Signed-off-by: Andrey Grodzovsky <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c index ac14d473a143..5e8bdded265f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c @@ -312,7 +312,7 @@ int amdgpu_gart_bind(struct amdgpu_device *adev, uint64_t offset, uint64_t flags) { #ifdef CONFIG_DRM_AMDGPU_GART_DEBUGFS - unsigned i,t,p; + unsigned t,p; #endif int r, i; |
